Commit 2b3d52596450e64b3ecc8c037841e6dfef1fc6f6
1 parent
9a39cf7d
Exists in
master
and in
1 other branch
Test with latest Elasticsearch and OpenSearch versions on CI
Showing
1 changed file
with
2 additions
and
2 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.2.2 | |
11 | + elasticsearch: 8.2.3 | |
12 | 12 | - ruby: 3.1 |
13 | 13 | gemfile: gemfiles/opensearch.gemfile |
14 | 14 | opensearch: 2.0.0 |
15 | 15 | - ruby: "3.0" |
16 | 16 | gemfile: gemfiles/opensearch.gemfile |
17 | - opensearch: 1.3.2 | |
17 | + opensearch: 1.3.3 | |
18 | 18 | - ruby: "3.0" |
19 | 19 | gemfile: gemfiles/activerecord61.gemfile |
20 | 20 | elasticsearch: 8.0.0 | ... | ... |