Skip to content

Commit a0163a8

Browse files
committed
Upgrade PHPUnit with Paratest to speedup coverage generation
1 parent 72c8c79 commit a0163a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,10 @@ jobs:
234234
with:
235235
working-directory: "tests/"
236236

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+
237241
- uses: "ramsey/composer-install@v3"
238242
with:
239243
working-directory: "build-infection/"

0 commit comments

Comments
 (0)