Skip to content

Commit 3d47986

Browse files
committed
Test on PHP 8.1
1 parent 66f9d71 commit 3d47986

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/php.yml

Lines changed: 4 additions & 1 deletion
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"
@@ -36,9 +37,11 @@ jobs:
3637
# symfony/yaml v5 does not run on PHP 7.1
3738
- php: '7.1'
3839
symfony-yaml: '^5'
39-
# symfony/yaml v3.4 is not compatible with PHP 8.0 but has no upper-bound, so it installs on it
40+
# symfony/yaml v3.4 is not compatible with PHP 8.0+ but has no upper-bound, so it installs on it
4041
- php: '8.0'
4142
symfony-yaml: '^3.4'
43+
- php: '8.1'
44+
symfony-yaml: '^3.4'
4245

4346
runs-on: ${{ matrix.os }}
4447

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"require-dev": {
2727
"cebe/indent": "*",
28-
"phpunit/phpunit": "^6.5 || ^7.5 || ^8.5 || ^9.4",
28+
"phpunit/phpunit": "^6.5 || ^7.5 || ^8.5.14 || ^9.4",
2929
"oai/openapi-specification": "3.0.3",
3030
"mermade/openapi3-examples": "1.0.0",
3131
"apis-guru/openapi-directory": "1.0.0",

0 commit comments

Comments
 (0)