1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-29 08:40:33 +02:00

Update run-tests.yml update the install dependencies block.

This commit is contained in:
Sergey Kudashev
2022-03-23 02:07:20 +03:00
parent 896a57a891
commit dce69bad28

View File

@@ -24,7 +24,8 @@ jobs:
extensions: mbstring, gd, imagick
coverage: none
- name: 'Install Dependencies'
run: composer install -o -q
- name: Install dependencies
run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction
- name: 'Run PHPUnit'
run: vendor/bin/phpunit
run: vendor/bin/phpunit