Skip to content

Commit 7854317

Browse files
authored
Merge pull request #146 from matsuo/phpstan
Set the rule level of PHPStan to 4
2 parents 82beb10 + 64988c5 commit 7854317

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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)