Skip to content

Commit 5ff41a5

Browse files
committed
Use SA with Infection
1 parent bb60898 commit 5ff41a5

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
@@ -70,7 +70,7 @@ jobs:
7070
- name: Install dependencies
7171
run: composer install --no-interaction --prefer-dist
7272
- name: Run Infection
73-
run: ./vendor/bin/infection --min-msi=90 --min-covered-msi=90
73+
run: ./vendor/bin/infection --min-msi=90 --min-covered-msi=90 --static-analysis-tool=phpstan
7474
env:
7575
REDIS_PORT: ${{ job.services.valkey.ports['6379'] }}
7676
- name: Archive report

0 commit comments

Comments
 (0)