From 902159744fa5cd9e53aec9690815418a627bdf05 Mon Sep 17 00:00:00 2001 From: Enrico Zimuel Date: Wed, 12 Jun 2024 20:03:36 +0200 Subject: [PATCH] Updated tests to ES 8.14.0 --- .buildkite/pipeline.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index ff804dfd7..f2d924f2a 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -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: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c939b81c9..822de1841 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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