Skip to content

Commit 7d649e2

Browse files
authored
Merge pull request #85 from localheinz/feature/php82
Enhancement: Add support for PHP 8.2
2 parents 34361e5 + 46555b3 commit 7d649e2

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/settings.yml

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ branches:
3030
- context: "Tests (8.0, lowest)"
3131
- context: "Tests (8.1, highest)"
3232
- context: "Tests (8.1, lowest)"
33+
- context: "Tests (8.2, highest)"
34+
- context: "Tests (8.2, lowest)"
3335
strict: false
3436
restrictions: null
3537

.github/workflows/integrate.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ jobs:
250250
- "7.4"
251251
- "8.0"
252252
- "8.1"
253+
- "8.2"
253254

254255
dependencies:
255256
- "lowest"

composer.json

+1-1
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 || ~8.1.0"
23+
"php": "~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0"
2424
},
2525
"require-dev": {
2626
"phpunit/phpunit": "^7.5.0 || ^8.5.23",

0 commit comments

Comments
 (0)