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

View File

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