Skip to content

Commit 955bc8c

Browse files
authored
Test standalone install also on php 8.1 (#46)
1 parent 14689aa commit 955bc8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/target-repository/.github/workflows/standalone_install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
php_version: ['7.2', '7.3', '7.4', '8.0']
12+
php_version: ['7.2', '7.3', '7.4', '8.0', '8.1']
1313

1414
steps:
1515
# prepare empty composer.json that allows the phpstan extension plugin

0 commit comments

Comments
 (0)