Commit df39c269bc91bd8d1307101f238fbe06a98adfc7
1 parent
33e26bc9
Exists in
master
and in
2 other branches
Test with Elasticsearch 7.17.0 on CI
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
.github/workflows/build.yml
... | ... | @@ -8,16 +8,16 @@ jobs: |
8 | 8 | include: |
9 | 9 | - ruby: 3.1 |
10 | 10 | gemfile: Gemfile |
11 | - elasticsearch: 7.16.3 | |
11 | + elasticsearch: 7.17.0 | |
12 | 12 | - ruby: 3.1 |
13 | 13 | gemfile: gemfiles/opensearch.gemfile |
14 | 14 | opensearch: 1.2.4 |
15 | 15 | - ruby: "3.0" |
16 | 16 | gemfile: gemfiles/activerecord61.gemfile |
17 | - elasticsearch: 7.16.3 | |
17 | + elasticsearch: 7.17.0 | |
18 | 18 | - ruby: 2.7 |
19 | 19 | gemfile: gemfiles/activerecord60.gemfile |
20 | - elasticsearch: 7.16.3 | |
20 | + elasticsearch: 7.17.0 | |
21 | 21 | - ruby: 2.6 |
22 | 22 | gemfile: gemfiles/activerecord52.gemfile |
23 | 23 | elasticsearch: 7.0.0 | ... | ... |