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 36aa01a commit f0ccbfaCopy full SHA for f0ccbfa
1 file changed
.github/workflows/mutation.yml
@@ -35,7 +35,6 @@ jobs:
35
- ubuntu-latest
36
37
php:
38
- - 8.0
39
- 8.1
40
41
steps:
@@ -71,6 +70,6 @@ jobs:
71
70
72
- name: Run infection.
73
run: |
74
- vendor/bin/roave-infection-static-analysis-plugin -j2 --ignore-msi-with-no-mutations --only-covered
+ vendor/bin/roave-infection-static-analysis-plugin --threads=2 --ignore-msi-with-no-mutations --only-covered
75
env:
76
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
0 commit comments