Commit 316c03f82f31b4c5b4615d4a0cb8432a3c8de0fe
1 parent
b6699105
Exists in
master
and in
5 other branches
Test against Elasticsearch 7.11.1 on CI
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
.github/workflows/build.yml
... | ... | @@ -9,10 +9,10 @@ jobs: |
9 | 9 | include: |
10 | 10 | - ruby: 3.0 |
11 | 11 | gemfile: Gemfile |
12 | - elasticsearch: 7.11.0 | |
12 | + elasticsearch: 7.11.1 | |
13 | 13 | - ruby: 2.7 |
14 | 14 | gemfile: gemfiles/activerecord60.gemfile |
15 | - elasticsearch: 7.11.0 | |
15 | + elasticsearch: 7.11.1 | |
16 | 16 | - ruby: 2.6 |
17 | 17 | gemfile: gemfiles/activerecord52.gemfile |
18 | 18 | elasticsearch: 7.0.0 | ... | ... |