From 1a42ec577e19a4897429dd0c09ef7f367bee5240 Mon Sep 17 00:00:00 2001 From: Iuga Mihai Date: Tue, 17 Jan 2023 15:28:04 +0200 Subject: [PATCH] upgrade versions from GitHub actions --- .github/workflows/pr-integration-tests.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/pr-integration-tests.yml b/.github/workflows/pr-integration-tests.yml index 8d7aaa96..0507fbad 100644 --- a/.github/workflows/pr-integration-tests.yml +++ b/.github/workflows/pr-integration-tests.yml @@ -23,8 +23,8 @@ jobs: - name: Get dependencies run: | go get -v -t -d ./... - - name: Run integration tests with Elasticsearch `v7.16.2` - run: make integration-tests ES_VERSION=7.16.2 + - name: Run integration tests with Elasticsearch `v7.17.8` + run: make integration-tests ES_VERSION=v7.17.8 test-2: name: Elasticsearch v8.3.2 runs-on: ubuntu-latest @@ -41,8 +41,8 @@ jobs: - name: Get dependencies run: | go get -v -t -d ./... - - name: Run integration tests with Elasticsearch `v8.3.2` - run: make integration-tests ES_VERSION=8.3.2 + - name: Run integration tests with Elasticsearch `v8.6.0` + run: make integration-tests ES_VERSION=v8.6.0 test-3: name: OpenSearch v1.2.4 runs-on: ubuntu-latest @@ -59,8 +59,8 @@ jobs: - name: Get dependencies run: | go get -v -t -d ./... - - name: Run integration tests with OpenSearch `v1.2.4` - run: make integration-tests-open-search OPEN_VERSION=1.2.4 + - name: Run integration tests with OpenSearch `v1.3.7` + run: make integration-tests-open-search OPEN_VERSION=1.3.7 test-4: name: OpenSearch v2.1.0 @@ -78,5 +78,5 @@ jobs: - name: Get dependencies run: | go get -v -t -d ./... - - name: Run integration tests with OpenSearch `v2.1.0` - run: make integration-tests-open-search OPEN_VERSION=2.1.0 + - name: Run integration tests with OpenSearch `v2.4.1` + run: make integration-tests-open-search OPEN_VERSION=2.4.1