Commit 4f74b9afc7650d481d00c42d414bb48c4bf94606
1 parent
10008ae6
Exists in
master
and in
5 other branches
Test against Elasticsearch 7.14.0 and 6.8.18 on CI
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
.github/workflows/build.yml
... | ... | @@ -8,19 +8,19 @@ jobs: |
8 | 8 | include: |
9 | 9 | - ruby: 3.0 |
10 | 10 | gemfile: Gemfile |
11 | - elasticsearch: 7.13.4 | |
11 | + elasticsearch: 7.14.0 | |
12 | 12 | - ruby: 3.0 |
13 | 13 | gemfile: Gemfile |
14 | 14 | opensearch: 1 |
15 | 15 | - ruby: 2.7 |
16 | 16 | gemfile: gemfiles/activerecord60.gemfile |
17 | - elasticsearch: 7.13.4 | |
17 | + elasticsearch: 7.14.0 | |
18 | 18 | - ruby: 2.6 |
19 | 19 | gemfile: gemfiles/activerecord52.gemfile |
20 | 20 | elasticsearch: 7.0.0 |
21 | 21 | - ruby: 2.5 |
22 | 22 | gemfile: gemfiles/activerecord51.gemfile |
23 | - elasticsearch: 6.8.17 | |
23 | + elasticsearch: 6.8.18 | |
24 | 24 | - ruby: 2.4 |
25 | 25 | gemfile: gemfiles/activerecord50.gemfile |
26 | 26 | elasticsearch: 6.0.0 | ... | ... |