Skip to content

Commit 3c2b54f

Browse files
committed
Set the rule level of PHPStan to 1
1 parent 0ff66cd commit 3c2b54f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/phpstan.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
runs-on: 'ubuntu-latest'
1717
strategy:
1818
matrix:
19-
level: [ 0, 1, 2 ]
19+
level: [ 1, 2 ]
2020
include:
21-
- current-level: 0
21+
- current-level: 1
2222
- max-level: 2
2323
steps:
2424
- uses: actions/checkout@v4
@@ -46,7 +46,6 @@ jobs:
4646
continue-on-error: true
4747
run: |
4848
./vendor/bin/phpstan analyse --memory-limit 1G -c test/phpstan.neon src test -l "${{ matrix.level }}"
49-
exit 0
5049
5150
- name: Run PHPStan
5251
if: matrix.level > matrix.current-level

0 commit comments

Comments
 (0)