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 b1e1dfa commit 05d3e01Copy full SHA for 05d3e01
.github/workflows/ci.yml
@@ -168,6 +168,7 @@ jobs:
168
- name: Download dependencies
169
run: |
170
composer config minimum-stability ${{ matrix.minimum_stability }}
171
+ composer require --dev --no-update "phpunit/phpunit=9.6.*"
172
composer update --no-interaction --prefer-dist --optimize-autoloader
173
174
- name: Run tests
0 commit comments