Skip to content

Commit ba7dc6f

Browse files
committed
Update phpstan.yml
1 parent 208db40 commit ba7dc6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/phpstan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ jobs:
6666
- name: Run PHPStan (annotate all errors to max level)
6767
id: run-phpstan
6868
run: |
69-
vendor/bin/phpstan analyse --memory-limit=-1 -vvv --error-format=checkstyle | cs2pr
69+
vendor/bin/phpstan analyse --memory-limit=-1 --level max -vvv --error-format=checkstyle | cs2pr
7070
continue-on-error: true
7171

7272
- name: Run PHPStan (fail if phpstan.neon level is not met) on PRs
73-
run: vendor/bin/phpstan analyse
73+
run: vendor/bin/phpstan analyse --memory-limit=-1 -vvv
7474
# TODO: fail _after_ the badge is updated
7575
continue-on-error: true
7676

0 commit comments

Comments
 (0)