Skip to content

Commit 83827b7

Browse files
committed
skip 8.1
1 parent c1e38e8 commit 83827b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
- name: Tests (PHPUnit)
4444
run: vendor/bin/phpunit --coverage-xml=build/logs/xml-coverage --log-junit=build/logs/junit.xml
4545
- name: Mutation testing (Infection)
46+
if: matrix.php != '8.1'
4647
env:
4748
INFECTION_BADGE_API_KEY: ${{ secrets.INFECTION_BADGE_API_KEY }}
4849
run: infection --coverage=build/logs --min-covered-msi=90 --threads=$(nproc) --logger-github --only-covered

0 commit comments

Comments
 (0)