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 67a21fa commit 2211130Copy full SHA for 2211130
.github/workflows/mutation.yml
@@ -41,7 +41,6 @@ jobs:
41
42
php:
43
- 8.1
44
- - 8.2
45
46
services:
47
oci:
@@ -88,6 +87,6 @@ jobs:
88
87
89
- name: Run infection.
90
run: |
91
- 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
92
env:
93
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
0 commit comments