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 72c8c79 commit a0163a8Copy full SHA for a0163a8
.github/workflows/tests.yml
@@ -234,6 +234,10 @@ jobs:
234
with:
235
working-directory: "tests/"
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"
240
+
241
- uses: "ramsey/composer-install@v3"
242
243
working-directory: "build-infection/"
0 commit comments