1
0
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:
Sergey Kudashev
2022-03-23 02:06:50 +03:00
parent d1caaadfa5
commit 896a57a891

View File

@@ -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'