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 13cf46e commit 3df692cCopy full SHA for 3df692c
.github/workflows/test.yaml
@@ -60,7 +60,7 @@ jobs:
60
run: composer update --${{ matrix.dependency-version }} --ansi --no-interaction --prefer-dist
61
62
- name: Force PHPUnit version
63
- run: composer require --dev phpunit/phpunit:${{ matrix.phpunit }} --update-with-dependencies -n --ansi
+ run: composer require --dev phpunit/phpunit:${{ matrix.phpunit }} --with-all-dependencies -n --ansi
64
65
- name: Unit Tests
66
run: vendor/bin/phpunit
0 commit comments