Skip to content

Commit 5c84318

Browse files
authored
Merge pull request #86 from localheinz/feature/php83
Enhancement: Add support for PHP 8.3
2 parents df43523 + 355e228 commit 5c84318

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
@@ -32,6 +32,8 @@ branches:
3232
- context: "Tests (8.1, lowest)"
3333
- context: "Tests (8.2, highest)"
3434
- context: "Tests (8.2, lowest)"
35+
- context: "Tests (8.3, highest)"
36+
- context: "Tests (8.3, lowest)"
3537
strict: false
3638
restrictions: null
3739

.github/workflows/integrate.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ jobs:
251251
- "8.0"
252252
- "8.1"
253253
- "8.2"
254+
- "8.3"
254255

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

0 commit comments

Comments
 (0)