Skip to content

Commit 9ee5d7f

Browse files
committed
Fixed the PHPStan Github Actions
1 parent a152953 commit 9ee5d7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/phpstan-7.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
uses: php-actions/phpstan@v2
2121
with:
2222
path: src/
23-
args: --level=5
23+
args: --level=7

.github/workflows/phpstan-8.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
uses: php-actions/phpstan@v2
2121
with:
2222
path: src/
23-
args: --level=5
23+
args: --level=8

0 commit comments

Comments
 (0)