We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ff66cd + 3c2b54f commit 0c65292Copy full SHA for 0c65292
1 file changed
.github/workflows/phpstan.yml
@@ -16,9 +16,9 @@ jobs:
16
runs-on: 'ubuntu-latest'
17
strategy:
18
matrix:
19
- level: [ 0, 1, 2 ]
+ level: [ 1, 2 ]
20
include:
21
- - current-level: 0
+ - current-level: 1
22
- max-level: 2
23
steps:
24
- uses: actions/checkout@v4
@@ -46,7 +46,6 @@ jobs:
46
continue-on-error: true
47
run: |
48
./vendor/bin/phpstan analyse --memory-limit 1G -c test/phpstan.neon src test -l "${{ matrix.level }}"
49
- exit 0
50
51
- name: Run PHPStan
52
if: matrix.level > matrix.current-level
0 commit comments