Skip to content

Commit acf8a32

Browse files
committed
Update infector msi
1 parent ee8ab59 commit acf8a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,6 @@ jobs:
100100
php-version: 8.4
101101
tools: infection
102102
- uses: ramsey/composer-install@v3
103-
- run: infection --min-msi=46 --min-covered-msi=95 --threads=4
103+
- run: infection --min-msi=53 --min-covered-msi=95 --threads=4
104104
env:
105105
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}

0 commit comments

Comments
 (0)