Skip to content

Commit 63059a0

Browse files
Chris8934localheinz
authored andcommitted
Enhancement: Add support for PHP 8.3
1 parent 7d649e2 commit 63059a0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
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"

0 commit comments

Comments
 (0)