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