We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 401f72c commit a4d7697Copy full SHA for a4d7697
.github/workflows/tests.yml
@@ -49,7 +49,7 @@ jobs:
49
50
- name: Install dependencies
51
run: |
52
- composer install --no-interaction
+ composer require "php:${{ matrix.php }}" "phpunit/phpunit:${{ matrix.phpunit }}"" --no-interaction
53
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
54
- name: Execute tests
55
run: vendor/bin/phpunit
0 commit comments