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,13 +9,13 @@ jobs: | ||
9 | include: | 9 | include: |
10 | - ruby: 3.0 | 10 | - ruby: 3.0 |
11 | gemfile: Gemfile | 11 | gemfile: Gemfile |
12 | - elasticsearch: 7.12.1 | 12 | + elasticsearch: 7.13.0 |
13 | - ruby: 3.0 | 13 | - ruby: 3.0 |
14 | gemfile: Gemfile | 14 | gemfile: Gemfile |
15 | opensearch: 1 | 15 | opensearch: 1 |
16 | - ruby: 2.7 | 16 | - ruby: 2.7 |
17 | gemfile: gemfiles/activerecord60.gemfile | 17 | gemfile: gemfiles/activerecord60.gemfile |
18 | - elasticsearch: 7.12.1 | 18 | + elasticsearch: 7.13.0 |
19 | - ruby: 2.6 | 19 | - ruby: 2.6 |
20 | gemfile: gemfiles/activerecord52.gemfile | 20 | gemfile: gemfiles/activerecord52.gemfile |
21 | elasticsearch: 7.0.0 | 21 | elasticsearch: 7.0.0 |