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 1d9927a commit 3e55f52Copy full SHA for 3e55f52
.github/workflows/tests.yml
@@ -236,7 +236,9 @@ jobs:
236
237
- name: "Upgrade PHPUnit with Paratest to speedup coverage generation"
238
shell: bash
239
- run: "composer require --dev phpunit/phpunit:^12 brianium/paratest --update-with-dependencies --ignore-platform-reqs --working-dir=tests"
+ run: |
240
+ composer require --dev phpunit/phpunit:^12 brianium/paratest --update-with-dependencies --ignore-platform-reqs --working-dir=tests
241
+ composer require --dev phpunit/phpunit:^12 --update-with-dependencies --ignore-platform-reqs
242
243
- uses: "ramsey/composer-install@v3"
244
with:
0 commit comments