We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb60898 commit 5ff41a5Copy full SHA for 5ff41a5
.github/workflows/CI.yml
@@ -70,7 +70,7 @@ jobs:
70
- name: Install dependencies
71
run: composer install --no-interaction --prefer-dist
72
- name: Run Infection
73
- run: ./vendor/bin/infection --min-msi=90 --min-covered-msi=90
+ run: ./vendor/bin/infection --min-msi=90 --min-covered-msi=90 --static-analysis-tool=phpstan
74
env:
75
REDIS_PORT: ${{ job.services.valkey.ports['6379'] }}
76
- name: Archive report
0 commit comments