Skip to content

Commit 9402a18

Browse files
committed
Added PHP 8.4 test + ES 8.18-SNAPSHOT
1 parent 8f23d63 commit 9402a18

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@ steps:
77
env:
88
PHP_VERSION: "{{ matrix.php }}"
99
TEST_SUITE: "{{ matrix.suite }}"
10-
STACK_VERSION: 8.14.0-SNAPSHOT
10+
STACK_VERSION: 8.18.0-SNAPSHOT
1111
matrix:
1212
setup:
1313
suite:
1414
- "free"
1515
- "platinum"
1616
php:
17+
- "8.4-cli"
1718
- "8.3-cli"
1819
- "8.2-cli"
1920
- "8.1-cli"

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
php-version: [7.4, 8.0, 8.1, 8.2, 8.3]
12+
php-version: [7.4, 8.0, 8.1, 8.2, 8.3, 8.4]
1313
os: [ubuntu-latest]
14-
es-version: [8.14-SNAPSHOT]
14+
es-version: [8.18-SNAPSHOT]
1515

1616
steps:
1717
- name: Checkout

0 commit comments

Comments
 (0)