Skip to content

Commit 9021597

Browse files
committed
Updated tests to ES 8.14.0
1 parent 0d916d8 commit 9021597

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ steps:
55
env:
66
PHP_VERSION: "{{ matrix.php }}"
77
TEST_SUITE: "{{ matrix.suite }}"
8-
STACK_VERSION: 8.13.0-SNAPSHOT
8+
STACK_VERSION: 8.14.0-SNAPSHOT
99
matrix:
1010
setup:
1111
suite:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
php-version: [7.4, 8.0, 8.1, 8.2, 8.3]
1313
os: [ubuntu-latest]
14-
es-version: [8.13-SNAPSHOT]
14+
es-version: [8.14-SNAPSHOT]
1515

1616
steps:
1717
- name: Checkout

0 commit comments

Comments
 (0)