Commit 4f74b9afc7650d481d00c42d414bb48c4bf94606
1 parent
10008ae6
Exists in
master
and in
5 other branches
Test against Elasticsearch 7.14.0 and 6.8.18 on CI
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
.github/workflows/build.yml
@@ -8,19 +8,19 @@ jobs: | @@ -8,19 +8,19 @@ jobs: | ||
8 | include: | 8 | include: |
9 | - ruby: 3.0 | 9 | - ruby: 3.0 |
10 | gemfile: Gemfile | 10 | gemfile: Gemfile |
11 | - elasticsearch: 7.13.4 | 11 | + elasticsearch: 7.14.0 |
12 | - ruby: 3.0 | 12 | - ruby: 3.0 |
13 | gemfile: Gemfile | 13 | gemfile: Gemfile |
14 | opensearch: 1 | 14 | opensearch: 1 |
15 | - ruby: 2.7 | 15 | - ruby: 2.7 |
16 | gemfile: gemfiles/activerecord60.gemfile | 16 | gemfile: gemfiles/activerecord60.gemfile |
17 | - elasticsearch: 7.13.4 | 17 | + elasticsearch: 7.14.0 |
18 | - ruby: 2.6 | 18 | - ruby: 2.6 |
19 | gemfile: gemfiles/activerecord52.gemfile | 19 | gemfile: gemfiles/activerecord52.gemfile |
20 | elasticsearch: 7.0.0 | 20 | elasticsearch: 7.0.0 |
21 | - ruby: 2.5 | 21 | - ruby: 2.5 |
22 | gemfile: gemfiles/activerecord51.gemfile | 22 | gemfile: gemfiles/activerecord51.gemfile |
23 | - elasticsearch: 6.8.17 | 23 | + elasticsearch: 6.8.18 |
24 | - ruby: 2.4 | 24 | - ruby: 2.4 |
25 | gemfile: gemfiles/activerecord50.gemfile | 25 | gemfile: gemfiles/activerecord50.gemfile |
26 | elasticsearch: 6.0.0 | 26 | elasticsearch: 6.0.0 |