Skip to content

Commit

Permalink
Updated tests to ES 8.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Jun 12, 2024
1 parent 0d916d8 commit 9021597
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ steps:
env:
PHP_VERSION: "{{ matrix.php }}"
TEST_SUITE: "{{ matrix.suite }}"
STACK_VERSION: 8.13.0-SNAPSHOT
STACK_VERSION: 8.14.0-SNAPSHOT
matrix:
setup:
suite:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
php-version: [7.4, 8.0, 8.1, 8.2, 8.3]
os: [ubuntu-latest]
es-version: [8.13-SNAPSHOT]
es-version: [8.14-SNAPSHOT]

steps:
- name: Checkout
Expand Down

0 comments on commit 9021597

Please sign in to comment.