Skip to content

Commit 2d22132

Browse files
authored
7.x - Run CI against PHP 8.3 (#1400)
1 parent 2d30223 commit 2d22132

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.ci/test-matrix.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ STACK_VERSION:
33
- 7.17-SNAPSHOT
44

55
PHP_VERSION:
6+
- 8.3-cli
67
- 8.2-cli
78
- 8.1-cli
89
- 8.0-cli

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
php-version: [7.3, 7.4, 8.0, 8.1, 8.2]
12+
php-version: [7.3, 7.4, 8.0, 8.1, 8.2, 8.3]
1313
os: [ubuntu-latest]
1414
es-version: [7.17-SNAPSHOT]
1515

0 commit comments

Comments
 (0)