Skip to content

Commit 8b4a925

Browse files
committed
mt skip php 8.5
1 parent 24d49b6 commit 8b4a925

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
infection: "latest"
1919
- php: "8.5"
2020
infection: "latest"
21+
skip-mutation: true
2122
env:
2223
tools: composer, phpstan, infection:${{ matrix.infection }}
2324
ini-values: default_charset='UTF-8'
@@ -55,6 +56,7 @@ jobs:
5556
run: vendor/bin/phpunit --coverage-xml=build/logs/xml-coverage
5657
--log-junit=build/logs/junit.xml
5758
- name: Mutation testing (Infection)
59+
if: ${{ matrix.skip-mutation != true }}
5860
env:
5961
INFECTION_BADGE_API_KEY: ${{ secrets.INFECTION_BADGE_API_KEY }}
6062
run: |

0 commit comments

Comments
 (0)