Skip to content

Commit 32c52d5

Browse files
ruudkondrejmirtes
authored andcommitted
Test all jobs on PHP 8.1
1 parent bf07c6d commit 32c52d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
- "7.3"
8383
- "7.4"
8484
- "8.0"
85+
- "8.1"
8586
dependencies:
8687
- "lowest"
8788
- "highest"
@@ -107,7 +108,7 @@ jobs:
107108
run: "composer update --no-interaction --no-progress"
108109

109110
- name: "Update PHPStan"
110-
if: matrix.php-version == '8.0'
111+
if: matrix.php-version == '8.0' || matrix.php-version == '8.1'
111112
run: "composer require phpstan/phpstan:'^1.2' phpstan/phpstan-strict-rules:'^1.1' --with-all-dependencies"
112113

113114
- name: "PHPStan"

0 commit comments

Comments
 (0)