mirror of
https://github.com/Intervention/image.git
synced 2025-08-14 01:44:03 +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
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: 'Setup Environment'
|
||||
- name: Setup PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: ${{ matrix.php-versions }}
|
||||
extensions: imagick,gd
|
||||
tools: phpunit,composer
|
||||
php-version: ${{ matrix.php }}
|
||||
extensions: mbstring, gd, imagick
|
||||
coverage: none
|
||||
|
||||
- name: 'Install Dependencies'
|
||||
run: composer install -o -q
|
||||
- name: 'Run PHPUnit'
|
||||
|
Reference in New Issue
Block a user