Skip to content

Commit 07e475b

Browse files
Chris8934localheinz
authored andcommitted
Enhancement: Add support for PHP 8.1
1 parent 3d31f53 commit 07e475b

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/settings.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ branches:
2828
- context: "Tests (7.4, lowest)"
2929
- context: "Tests (8.0, highest)"
3030
- context: "Tests (8.0, lowest)"
31+
- context: "Tests (8.1, highest)"
32+
- context: "Tests (8.1, lowest)"
3133
strict: false
3234
restrictions: null
3335

.github/workflows/integrate.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ jobs:
249249
- "7.3"
250250
- "7.4"
251251
- "8.0"
252+
- "8.1"
252253

253254
dependencies:
254255
- "lowest"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
],
2222
"require": {
23-
"php": "~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0"
23+
"php": "~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0"
2424
},
2525
"require-dev": {
2626
"phpunit/phpunit": "^7.5 || ^8.0",

0 commit comments

Comments
 (0)