Skip to content

Commit 64988c5

Browse files
committed
Set the rule level of PHPStan to 4
1 parent efd9f50 commit 64988c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/phpstan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
runs-on: 'ubuntu-latest'
1414
strategy:
1515
matrix:
16-
level: [ 3, 4 ]
16+
level: [ 4, 5 ]
1717
include:
18-
- current-level: 3
18+
- current-level: 4
1919
steps:
2020
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2121

0 commit comments

Comments
 (0)