Skip to content

Commit f12c7f0

Browse files
committed
ci: force set level 7
1 parent 6274abb commit f12c7f0

File tree

3 files changed

+28
-26
lines changed

3 files changed

+28
-26
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ jobs:
113113
uses: php-actions/phpstan@v3
114114
with:
115115
php_version: ${{ matrix.php }}
116+
level: 7
116117
path: src/
117118

118119
phpmd:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"willdurand/negotiation": "3.1.0"
2828
},
2929
"require-dev": {
30-
"phpstan/phpstan": "^1.10",
30+
"phpstan/phpstan": "^1.12",
3131
"phpunit/phpunit": "10.1.*",
3232
"phpmd/phpmd": "^2.13",
3333
"squizlabs/php_codesniffer": "^3.7"

composer.lock

Lines changed: 26 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)