Skip to content

Commit 58ee428

Browse files
committed
CI: Increase phpstan to level 10
1 parent f86c9d3 commit 58ee428

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/php-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
php-tests:
1010
uses: lunr-php/actions-templates/.github/workflows/php-composer.yml@master
1111
with:
12-
phpstan-level: 9
12+
phpstan-level: 10
1313
allow-style-failures: false
1414
allow-phpstan-failures: false
1515
codestyle-branch: '0.10.2'

tests/phpstan.neon.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: CC0-1.0
44

55
parameters:
6-
level: 9
6+
level: 10
77
paths:
88
- ../src
99
bootstrapFiles:

0 commit comments

Comments
 (0)