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