Commit b1dc7bd47a7b38f24e644273319ac69c41f92dcd
1 parent
2fb0e210
Exists in
master
and in
5 other branches
Test against Elasticsearch 7.12.0 and 6.8.15 on CI
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
.github/workflows/build.yml
... | ... | @@ -9,16 +9,16 @@ jobs: |
9 | 9 | include: |
10 | 10 | - ruby: 3.0 |
11 | 11 | gemfile: Gemfile |
12 | - elasticsearch: 7.11.1 | |
12 | + elasticsearch: 7.12.0 | |
13 | 13 | - ruby: 2.7 |
14 | 14 | gemfile: gemfiles/activerecord60.gemfile |
15 | - elasticsearch: 7.11.1 | |
15 | + elasticsearch: 7.12.0 | |
16 | 16 | - ruby: 2.6 |
17 | 17 | gemfile: gemfiles/activerecord52.gemfile |
18 | 18 | elasticsearch: 7.0.0 |
19 | 19 | - ruby: 2.5 |
20 | 20 | gemfile: gemfiles/activerecord51.gemfile |
21 | - elasticsearch: 6.8.14 | |
21 | + elasticsearch: 6.8.15 | |
22 | 22 | - ruby: 2.4 |
23 | 23 | gemfile: gemfiles/activerecord50.gemfile |
24 | 24 | elasticsearch: 6.0.0 | ... | ... |