Commit 460f3891c4a7cdf7532aa4119dd0adefe864b957
1 parent
f3faeab0
Exists in
master
and in
2 other branches
Test with Elasticsearch 8.0.1 and 7.17.1 on CI
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
.github/workflows/build.yml
... | ... | @@ -8,7 +8,7 @@ jobs: |
8 | 8 | include: |
9 | 9 | - ruby: 3.1 |
10 | 10 | gemfile: Gemfile |
11 | - elasticsearch: 8.0.0 | |
11 | + elasticsearch: 8.0.1 | |
12 | 12 | - ruby: 3.1 |
13 | 13 | gemfile: gemfiles/opensearch.gemfile |
14 | 14 | opensearch: 1.2.4 |
... | ... | @@ -17,7 +17,7 @@ jobs: |
17 | 17 | elasticsearch: 8.0.0 |
18 | 18 | - ruby: 2.7 |
19 | 19 | gemfile: gemfiles/activerecord60.gemfile |
20 | - elasticsearch: 7.17.0 | |
20 | + elasticsearch: 7.17.1 | |
21 | 21 | - ruby: 2.6 |
22 | 22 | gemfile: gemfiles/activerecord52.gemfile |
23 | 23 | elasticsearch: 7.0.0 | ... | ... |