Skip to content

Commit 5fd3cb9

Browse files
committed
Added PHP 8.2 runtime in tests
1 parent 03b145a commit 5fd3cb9

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
- 8.6-SNAPSHOT
44

55
PHP_VERSION:
6+
- 8.2-cli
67
- 8.1-cli
78
- 8.0-cli
89
- 7.4-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.4, 8.0, 8.1]
12+
php-version: [7.4, 8.0, 8.1, 8.2]
1313
os: [ubuntu-latest]
1414
es-version: [8.6-SNAPSHOT]
1515

0 commit comments

Comments
 (0)