Skip to content

Commit 369f3d0

Browse files
committed
.github/workflows/test.yaml: relax phpstan to level 6
1 parent 55224e6 commit 369f3d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: composer
1616
run: composer update
1717
- name: phpstan
18-
run: vendor/bin/phpstan analyse -l 8 src tests
18+
run: vendor/bin/phpstan analyse -l 6 src tests
1919
- name: test
2020
run: |
2121
mkdir -p build/logs

0 commit comments

Comments
 (0)