From ec082fd2f0f7712f8d1041707636a7b0f084408a Mon Sep 17 00:00:00 2001 From: Marcin Januszkiewicz Date: Thu, 5 Oct 2023 17:01:59 +0200 Subject: [PATCH] Disable ES version 5.5 --- .github/workflows/test-image.yml | 6 +++++- settings.gradle | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-image.yml b/.github/workflows/test-image.yml index f049333..84055a2 100644 --- a/.github/workflows/test-image.yml +++ b/.github/workflows/test-image.yml @@ -15,7 +15,6 @@ jobs: strategy: matrix: esVersion: - - "5.5" - "7.10" - "7.11" - "7.12" @@ -30,6 +29,11 @@ jobs: - "8.3" - "8.4" - "8.5" + - "8.6" + - "8.7" + - "8.8" + - "8.9" + - "8.10" steps: - uses: actions/checkout@v2 diff --git a/settings.gradle b/settings.gradle index f4e4857..21cb78e 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,6 +1,6 @@ rootProject.name = 'traveltime-elasticsearch-plugin' include 'common' -include '5.5' +//include '5.5' include '7.10' include '7.11' include '7.12'