Commit 4ae14f9a04767e4b20ce1527b7086bd3c347e6fd
1 parent
723e1b9d
Exists in
master
and in
1 other branch
Test with OpenSearch 2 on CI
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
.github/workflows/build.yml
... | ... | @@ -8,9 +8,12 @@ jobs: |
8 | 8 | include: |
9 | 9 | - ruby: 3.1 |
10 | 10 | gemfile: Gemfile |
11 | - elasticsearch: 8.2.0 | |
11 | + elasticsearch: 8.2.2 | |
12 | 12 | - ruby: 3.1 |
13 | 13 | gemfile: gemfiles/opensearch.gemfile |
14 | + opensearch: 2.0.0 | |
15 | + - ruby: "3.0" | |
16 | + gemfile: gemfiles/opensearch.gemfile | |
14 | 17 | opensearch: 1.3.2 |
15 | 18 | - ruby: "3.0" |
16 | 19 | gemfile: gemfiles/activerecord61.gemfile | ... | ... |