Skip to content

Commit 6761db2

Browse files
committed
Fixed the PHPStan Github Actions
1 parent 4379ac2 commit 6761db2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/quality.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ jobs:
3030
uses: php-actions/phpstan@v2
3131
with:
3232
path: src/
33-
args: --level=4
33+
level: 4
34+
php_version: 8.0

0 commit comments

Comments
 (0)