Commit b78a65d3975a304d561dbeaa774fb65e31566ae2
1 parent
c8ef107b
Exists in
master
Test with latest Elasticsearch and OpenSearch versions on CI
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
.github/workflows/build.yml
... | ... | @@ -8,13 +8,13 @@ jobs: |
8 | 8 | include: |
9 | 9 | - ruby: 3.1 |
10 | 10 | gemfile: Gemfile |
11 | - elasticsearch: 8.5.0 | |
11 | + elasticsearch: 8.5.1 | |
12 | 12 | - ruby: 3.1 |
13 | 13 | gemfile: gemfiles/opensearch2.gemfile |
14 | - opensearch: 2.3.0 | |
14 | + opensearch: 2.4.0 | |
15 | 15 | - ruby: "3.0" |
16 | 16 | gemfile: gemfiles/opensearch1.gemfile |
17 | - opensearch: 1.3.5 | |
17 | + opensearch: 1.3.6 | |
18 | 18 | - ruby: "3.0" |
19 | 19 | gemfile: gemfiles/activerecord61.gemfile |
20 | 20 | elasticsearch: 8.0.0 | ... | ... |