Commit acd066fa0a2ddb7a62e830a067d7435e76d37829
1 parent
fa7d78e8
Exists in
master
and in
5 other branches
Test against Elasticsearch 7.13.0 and 6.8.16 on CI
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
.github/workflows/build.yml
@@ -9,19 +9,19 @@ jobs: | @@ -9,19 +9,19 @@ 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 |
22 | - ruby: 2.5 | 22 | - ruby: 2.5 |
23 | gemfile: gemfiles/activerecord51.gemfile | 23 | gemfile: gemfiles/activerecord51.gemfile |
24 | - elasticsearch: 6.8.15 | 24 | + elasticsearch: 6.8.16 |
25 | - ruby: 2.4 | 25 | - ruby: 2.4 |
26 | gemfile: gemfiles/activerecord50.gemfile | 26 | gemfile: gemfiles/activerecord50.gemfile |
27 | elasticsearch: 6.0.0 | 27 | elasticsearch: 6.0.0 |