Skip to content

Commit 2211130

Browse files
Fix workflow mutation. (#257)
1 parent 67a21fa commit 2211130

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/mutation.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141

4242
php:
4343
- 8.1
44-
- 8.2
4544

4645
services:
4746
oci:
@@ -88,6 +87,6 @@ jobs:
8887

8988
- name: Run infection.
9089
run: |
91-
vendor/bin/roave-infection-static-analysis-plugin -j2 --ignore-msi-with-no-mutations --only-covered
90+
vendor/bin/roave-infection-static-analysis-plugin --threads=2 --ignore-msi-with-no-mutations --only-covered
9291
env:
9392
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}

0 commit comments

Comments
 (0)