mirror of
https://github.com/Intervention/image.git
synced 2025-08-15 10:23:59 +02:00
Update run-tests.yml update the setup block.
This commit is contained in:
9
.github/workflows/run-tests.yml
vendored
9
.github/workflows/run-tests.yml
vendored
@@ -17,12 +17,13 @@ jobs:
|
|||||||
- name: Checkout project
|
- name: Checkout project
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: 'Setup Environment'
|
- name: Setup PHP
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: ${{ matrix.php-versions }}
|
php-version: ${{ matrix.php }}
|
||||||
extensions: imagick,gd
|
extensions: mbstring, gd, imagick
|
||||||
tools: phpunit,composer
|
coverage: none
|
||||||
|
|
||||||
- name: 'Install Dependencies'
|
- name: 'Install Dependencies'
|
||||||
run: composer install -o -q
|
run: composer install -o -q
|
||||||
- name: 'Run PHPUnit'
|
- name: 'Run PHPUnit'
|
||||||
|
Reference in New Issue
Block a user