Skip to content

Commit 08d77e1

Browse files
committed
Cannot pass both "--git-diff-lines" and "--git-diff-filter" options
1 parent 7b1b107 commit 08d77e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
if: matrix.php-version == '8.2' || matrix.php-version == '8.3' || matrix.php-version == '8.4'
183183
run: |
184184
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
185+
infection --git-diff-base=origin/$GITHUB_BASE_REF --git-diff-lines --ignore-msi-with-no-mutations --min-msi=100 --min-covered-msi=100
186186
187187
static-analysis:
188188
name: "PHPStan"

0 commit comments

Comments
 (0)