Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f0ccbfa

Browse files
Fix workflow mutation. (#291)
1 parent 36aa01a commit f0ccbfa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/mutation.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
- ubuntu-latest
3636

3737
php:
38-
- 8.0
3938
- 8.1
4039

4140
steps:
@@ -71,6 +70,6 @@ jobs:
7170

7271
- name: Run infection.
7372
run: |
74-
vendor/bin/roave-infection-static-analysis-plugin -j2 --ignore-msi-with-no-mutations --only-covered
73+
vendor/bin/roave-infection-static-analysis-plugin --threads=2 --ignore-msi-with-no-mutations --only-covered
7574
env:
7675
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}

0 commit comments

Comments
 (0)