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 a4d7697 commit 64e1518Copy full SHA for 64e1518
.github/workflows/tests.yml
@@ -49,7 +49,7 @@ jobs:
49
50
- name: Install dependencies
51
run: |
52
- composer require "php:${{ matrix.php }}" "phpunit/phpunit:${{ matrix.phpunit }}"" --no-interaction
+ composer require "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