Skip to content

Commit

Permalink
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pr-integration-tests.yml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ on:

jobs:
test-1:
name: Elasticsearch v7.16.2
name: Elasticsearch v7.17.8
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
@@ -24,9 +24,9 @@ jobs:
run: |
go get -v -t -d ./...
- name: Run integration tests with Elasticsearch `v7.17.8`
run: make integration-tests ES_VERSION=v7.17.8
run: make integration-tests ES_VERSION=7.17.8
test-2:
name: Elasticsearch v8.3.2
name: Elasticsearch v8.6.0
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
@@ -42,9 +42,9 @@ jobs:
run: |
go get -v -t -d ./...
- name: Run integration tests with Elasticsearch `v8.6.0`
run: make integration-tests ES_VERSION=v8.6.0
run: make integration-tests ES_VERSION=8.6.0
test-3:
name: OpenSearch v1.2.4
name: OpenSearch v1.3.7
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.3.7

test-4:
name: OpenSearch v2.1.0
name: OpenSearch v2.4.1
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x

0 comments on commit 4d63e7d

Please sign in to comment.