From 4e715ddd2d8269c1a181f301990b229b93583b54 Mon Sep 17 00:00:00 2001 From: Ivan Fernandez Calvo Date: Wed, 24 Mar 2021 16:08:43 +0100 Subject: [PATCH] chore: bump elastic stack (#1087) --- .ci/integrationTestEC.groovy | 2 +- .ci/integrationTestECK.groovy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/integrationTestEC.groovy b/.ci/integrationTestEC.groovy index a143d7961..96ec64cbb 100644 --- a/.ci/integrationTestEC.groovy +++ b/.ci/integrationTestEC.groovy @@ -56,7 +56,7 @@ pipeline { axes { axis { name 'ELASTIC_STACK_VERSION' - values '8.0.0-SNAPSHOT', '7.12.0-SNAPSHOT', '7.11.1' + values '8.0.0-SNAPSHOT', '7.12.1-SNAPSHOT', '7.12.0' } } stages { diff --git a/.ci/integrationTestECK.groovy b/.ci/integrationTestECK.groovy index a326ba5ae..f4ec779fb 100644 --- a/.ci/integrationTestECK.groovy +++ b/.ci/integrationTestECK.groovy @@ -58,7 +58,7 @@ pipeline { axes { axis { name 'ELASTIC_STACK_VERSION' - values '7.12.0-SNAPSHOT', '7.11.1-SNAPSHOT', '7.11.1' + values '7.13.0-SNAPSHOT', '7.12.1-SNAPSHOT', '7.12.0' } } stages {