Skip to content

Commit fdc7459

Browse files
committed
Added php_version into phpstan jobs
1 parent b3e64bc commit fdc7459

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/phpstan-5.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ jobs:
2121
with:
2222
path: src/
2323
args: --level=5
24+
php_version: 8.1

.github/workflows/phpstan-7.yaml

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

.github/workflows/phpstan-8.yaml

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

0 commit comments

Comments
 (0)