Skip to content

Commit f377477

Browse files
Chris8934localheinz
authored andcommitted
Enhancement: Add support for PHP 8.1
1 parent 1635e51 commit f377477

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
@@ -26,6 +26,8 @@ branches:
2626
- "Tests (7.4, lowest)"
2727
- "Tests (8.0, highest)"
2828
- "Tests (8.0, lowest)"
29+
- "Tests (8.1, highest)"
30+
- "Tests (8.1, lowest)"
2931
strict: false
3032
restrictions: null
3133

.github/workflows/integrate.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ jobs:
206206
- "7.3"
207207
- "7.4"
208208
- "8.0"
209+
- "8.1"
209210

210211
dependencies:
211212
- "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)