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 c1e38e8 commit 83827b7Copy full SHA for 83827b7
.github/workflows/test.yml
@@ -43,6 +43,7 @@ jobs:
43
- name: Tests (PHPUnit)
44
run: vendor/bin/phpunit --coverage-xml=build/logs/xml-coverage --log-junit=build/logs/junit.xml
45
- name: Mutation testing (Infection)
46
+ if: matrix.php != '8.1'
47
env:
48
INFECTION_BADGE_API_KEY: ${{ secrets.INFECTION_BADGE_API_KEY }}
49
run: infection --coverage=build/logs --min-covered-msi=90 --threads=$(nproc) --logger-github --only-covered
0 commit comments