Skip to content

Commit

Permalink
Merge pull request #5 from block/myron/upgrade-opensearch-elasticsearch
Browse files Browse the repository at this point in the history
Bulid against latest Elasticsearch and OpenSearch.
  • Loading branch information
myronmarston authored Oct 29, 2024
2 parents 0ef96bb + 177c23c commit 0e5352a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
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

0 comments on commit 0e5352a

Please sign in to comment.