Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build against latest Elasticsearch and OpenSearch. #5

Merged
merged 1 commit into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- "3.2"
- "3.3"
datastore:
- "elasticsearch:8.15.1"
- "opensearch:2.16.0"
- "elasticsearch:8.15.3"
- "opensearch:2.17.1"
- "opensearch:2.7.0"
include:
# We have 4 build parts. The "primary" one is `run_each_gem_spec`, and we need that to be run on
Expand All @@ -38,13 +38,13 @@ jobs:
# configuration here.
- build_part: "run_misc_checks"
ruby: "3.3"
datastore: "elasticsearch:8.15.1"
datastore: "elasticsearch:8.15.3"
- build_part: "run_most_specs_with_vcr"
ruby: "3.3"
datastore: "elasticsearch:8.15.1"
datastore: "elasticsearch:8.15.3"
- build_part: "run_specs_file_by_file"
ruby: "3.3"
datastore: "elasticsearch:8.15.1"
datastore: "elasticsearch:8.15.3"

steps:
- uses: actions/checkout@v4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file determines the versions the ElasticGraph CI build tests against, and is also
# used to provide the default versions offered by the `elasticgraph-local` rake tasks.
elasticsearch:
- 8.15.1 # latest version as of 2024-09-06.
- 8.15.3 # latest version as of 2024-10-29.
opensearch:
- 2.16.0 # latest version as of 2024-09-06.
- 2.17.1 # latest version as of 2024-10-29.
- 2.7.0 # lowest version ElasticGraph currently supports