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 7b1b107 commit 08d77e1Copy full SHA for 08d77e1
.github/workflows/build.yml
@@ -182,7 +182,7 @@ jobs:
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-filter=AM --git-diff-lines --ignore-msi-with-no-mutations --min-msi=100 --min-covered-msi=100
+ infection --git-diff-base=origin/$GITHUB_BASE_REF --git-diff-lines --ignore-msi-with-no-mutations --min-msi=100 --min-covered-msi=100
186
187
static-analysis:
188
name: "PHPStan"
0 commit comments