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 c028bb4 commit 8749a00Copy full SHA for 8749a00
.github/workflows/build.yml
@@ -179,7 +179,6 @@ jobs:
179
run: "composer install --no-interaction --no-progress"
180
181
- name: "Run infection"
182
- if: matrix.php-version == '8.2' || matrix.php-version == '8.3' || matrix.php-version == '8.4'
183
run: |
184
git fetch --depth=1 origin $GITHUB_BASE_REF
185
infection --git-diff-base=origin/$GITHUB_BASE_REF --git-diff-lines --ignore-msi-with-no-mutations --min-msi=100 --min-covered-msi=100
0 commit comments