Commit 8298a30314108b8d8c513f525f79f3060aab2762
1 parent
18bd513d
Exists in
master
and in
2 other branches
Test with Elasticsearch 7.16.0 on CI
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
.github/workflows/build.yml
@@ -8,13 +8,13 @@ jobs: | @@ -8,13 +8,13 @@ jobs: | ||
8 | include: | 8 | include: |
9 | - ruby: 3.0 | 9 | - ruby: 3.0 |
10 | gemfile: Gemfile | 10 | gemfile: Gemfile |
11 | - elasticsearch: 7.15.1 | 11 | + elasticsearch: 7.16.0 |
12 | - ruby: 3.0 | 12 | - ruby: 3.0 |
13 | gemfile: gemfiles/opensearch.gemfile | 13 | gemfile: gemfiles/opensearch.gemfile |
14 | opensearch: 1.2.0 | 14 | opensearch: 1.2.0 |
15 | - ruby: 2.7 | 15 | - ruby: 2.7 |
16 | gemfile: gemfiles/activerecord60.gemfile | 16 | gemfile: gemfiles/activerecord60.gemfile |
17 | - elasticsearch: 7.15.1 | 17 | + elasticsearch: 7.16.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 |