Skip to content

Commit 8e592f7

Browse files
committed
Add PHP 8.1 to GitHub test matrix
1 parent 6895939 commit 8e592f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/php.yml

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- "7.3"
2020
- "7.4"
2121
- "8.0"
22+
- "8.1"
2223
dependencies:
2324
- "lowest"
2425
- "highest"
@@ -48,6 +49,8 @@ jobs:
4849
# symfony/yaml v3.4 is not compatible with PHP 8.0 but has no upper-bound, so it installs on it
4950
- php: '8.0'
5051
symfony-yaml: '^3.4'
52+
- php: '8.1'
53+
symfony-yaml: '^3.4'
5154

5255
runs-on: ${{ matrix.os }}
5356

0 commit comments

Comments
 (0)