Commit 4f1df0ebb53aa96a26ad35118d59b6cc4fe000ac
1 parent
7c85c599
Exists in
master
and in
5 other branches
Test against Elasticsearch 7.11.0 and 6.8.14 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.10.2 | |
12 | + elasticsearch: 7.11.0 | |
13 | 13 | - ruby: 2.7 |
14 | 14 | gemfile: gemfiles/activerecord60.gemfile |
15 | - elasticsearch: 7.10.2 | |
15 | + elasticsearch: 7.11.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.13 | |
21 | + elasticsearch: 6.8.14 | |
22 | 22 | - ruby: 2.4 |
23 | 23 | gemfile: gemfiles/activerecord50.gemfile |
24 | 24 | elasticsearch: 6.0.0 | ... | ... |