Commit 460f3891c4a7cdf7532aa4119dd0adefe864b957
1 parent
f3faeab0
Exists in
master
and in
2 other branches
Test with Elasticsearch 8.0.1 and 7.17.1 on CI
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
.github/workflows/build.yml
@@ -8,7 +8,7 @@ jobs: | @@ -8,7 +8,7 @@ jobs: | ||
8 | include: | 8 | include: |
9 | - ruby: 3.1 | 9 | - ruby: 3.1 |
10 | gemfile: Gemfile | 10 | gemfile: Gemfile |
11 | - elasticsearch: 8.0.0 | 11 | + elasticsearch: 8.0.1 |
12 | - ruby: 3.1 | 12 | - ruby: 3.1 |
13 | gemfile: gemfiles/opensearch.gemfile | 13 | gemfile: gemfiles/opensearch.gemfile |
14 | opensearch: 1.2.4 | 14 | opensearch: 1.2.4 |
@@ -17,7 +17,7 @@ jobs: | @@ -17,7 +17,7 @@ jobs: | ||
17 | elasticsearch: 8.0.0 | 17 | elasticsearch: 8.0.0 |
18 | - ruby: 2.7 | 18 | - ruby: 2.7 |
19 | gemfile: gemfiles/activerecord60.gemfile | 19 | gemfile: gemfiles/activerecord60.gemfile |
20 | - elasticsearch: 7.17.0 | 20 | + elasticsearch: 7.17.1 |
21 | - ruby: 2.6 | 21 | - ruby: 2.6 |
22 | gemfile: gemfiles/activerecord52.gemfile | 22 | gemfile: gemfiles/activerecord52.gemfile |
23 | elasticsearch: 7.0.0 | 23 | elasticsearch: 7.0.0 |