Skip to content

Commit 78badb4

Browse files
committed
Prep. for 8.16.0
1 parent c132519 commit 78badb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.buildkite/pipeline.yml

+1-1
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.14.0-SNAPSHOT
10+
STACK_VERSION: 8.16.0-SNAPSHOT
1111
matrix:
1212
setup:
1313
suite:

.github/workflows/test.yml

+1-1
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.14-SNAPSHOT]
14+
es-version: [8.16-SNAPSHOT]
1515

1616
steps:
1717
- name: Checkout

0 commit comments

Comments
 (0)