We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 208db40 commit ba7dc6fCopy full SHA for ba7dc6f
.github/workflows/phpstan.yml
@@ -66,11 +66,11 @@ jobs:
66
- name: Run PHPStan (annotate all errors to max level)
67
id: run-phpstan
68
run: |
69
- vendor/bin/phpstan analyse --memory-limit=-1 -vvv --error-format=checkstyle | cs2pr
+ vendor/bin/phpstan analyse --memory-limit=-1 --level max -vvv --error-format=checkstyle | cs2pr
70
continue-on-error: true
71
72
- name: Run PHPStan (fail if phpstan.neon level is not met) on PRs
73
- run: vendor/bin/phpstan analyse
+ run: vendor/bin/phpstan analyse --memory-limit=-1 -vvv
74
# TODO: fail _after_ the badge is updated
75
76
0 commit comments