Skip to content

Commit

Permalink
Fix workflow mutation. (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw authored Feb 11, 2024
1 parent 72531d4 commit 14a979e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/mutation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
- ubuntu-latest

php:
- 8.0
- 8.1

services:
Expand Down Expand Up @@ -82,6 +81,6 @@ jobs:

- name: Run infection.
run: |
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
env:
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}

0 comments on commit 14a979e

Please sign in to comment.