Skip to content

Commit 2c10106

Browse files
authored
Merge pull request msyk#139 from matsuo/phpstan
Set the rule level of PHPStan to 3
2 parents 00d19f1 + e15332f commit 2c10106

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: [ 2, 3 ]
16+
level: [ 3, 4 ]
1717
include:
18-
- current-level: 2
18+
- current-level: 3
1919
steps:
2020
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2121

0 commit comments

Comments
 (0)