Commit fa6a1841c47729b680aea54939eb9f5c2c055deb
1 parent
c1957cb5
Exists in
master
and in
5 other branches
Test against Elasticsearch 7.12.1 on CI [skip 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.12.0 | |
12 | + elasticsearch: 7.12.1 | |
13 | 13 | - ruby: 2.7 |
14 | 14 | gemfile: gemfiles/activerecord60.gemfile |
15 | - elasticsearch: 7.12.0 | |
15 | + elasticsearch: 7.12.1 | |
16 | 16 | - ruby: 2.6 |
17 | 17 | gemfile: gemfiles/activerecord52.gemfile |
18 | 18 | elasticsearch: 7.0.0 | ... | ... |