Skip to content

Commit 34361e5

Browse files
authored
Merge pull request #82 from localheinz/feature/php81
Enhancement: Add support for PHP 8.1
2 parents 192018b + f28a784 commit 34361e5

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
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": {
26-
"phpunit/phpunit": "^7.5 || ^8.0",
26+
"phpunit/phpunit": "^7.5.0 || ^8.5.23",
2727
"symfony/process": "^4.2 || ^5"
2828
},
2929
"config": {

0 commit comments

Comments
 (0)