From 08b7fac32b89da73176a9c17d14861af7298c390 Mon Sep 17 00:00:00 2001 From: Enrico Zimuel Date: Wed, 23 Aug 2023 13:53:15 +0200 Subject: [PATCH] Updated test to ES 8.9-SNAPSHOT --- .buildkite/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 7f268e4..a01e611 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -28,6 +28,6 @@ steps: - '3.9' - '3.8' stack: - - '8.7-SNAPSHOT' - '8.8-SNAPSHOT' + - '8.9-SNAPSHOT' command: ./.buildkite/run-tests