Skip to content

Commit b1e1626

Browse files
committed
Updated tests to 8.19.0-SNAPSHOT
1 parent 139b06b commit b1e1626

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
@@ -7,7 +7,7 @@ steps:
77
env:
88
PHP_VERSION: "{{ matrix.php }}"
99
TEST_SUITE: "{{ matrix.suite }}"
10-
STACK_VERSION: 8.18.0-SNAPSHOT
10+
STACK_VERSION: 8.19.0-SNAPSHOT
1111
matrix:
1212
setup:
1313
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, 8.4]
1313
os: [ubuntu-latest]
14-
es-version: [8.18-SNAPSHOT]
14+
es-version: [8.19-SNAPSHOT]
1515

1616
steps:
1717
- name: Checkout

0 commit comments

Comments
 (0)