Skip to content

Commit 67a3bb7

Browse files
committed
phpstan max
1 parent 98ac169 commit 67a3bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: "composer cs-check"
3131
- name: "Code analyze"
3232
run: |
33-
bin/phpstan analyse src/ --level=8 -c phpstan.neon
33+
bin/phpstan analyse src/ --level=max -c phpstan.neon
3434
bin/rector process --dry-run
3535
- name: "Run test suite"
3636
run: "mkdir -p build/logs && bin/kahlan --coverage=4 --reporter=verbose --clover=build/logs/clover.xml"

0 commit comments

Comments
 (0)