From 7326448834bf8ae4c7c735716e075e8e933926c5 Mon Sep 17 00:00:00 2001 From: Iuga Mihai Date: Wed, 20 Jul 2022 14:35:32 +0300 Subject: [PATCH] small fix --- .github/workflows/pr-integration-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-integration-tests.yml b/.github/workflows/pr-integration-tests.yml index 242184b0..361b534f 100644 --- a/.github/workflows/pr-integration-tests.yml +++ b/.github/workflows/pr-integration-tests.yml @@ -26,7 +26,7 @@ jobs: - name: Run integration tests with Elasticsearch `v7.16.2` run: make integration-tests ES_VERSION=7.16.2 test-2: - name: Elasticsearch v8.1.1 + name: Elasticsearch v8.3.2 runs-on: ubuntu-latest steps: - name: Set up Go 1.x @@ -63,7 +63,7 @@ jobs: run: make integration-tests-open-search OPEN_VERSION=1.2.4 test-4: - name: OpenSearch v1.3.2 + name: OpenSearch v2.1.0 runs-on: ubuntu-latest steps: - name: Set up Go 1.x