Commit 4c27238a7449504f63b02c9d2db0fb331bea3e16
1 parent
5f59fd0d
Exists in
master
and in
5 other branches
Test against Elasticsearch 7.13.3 and 6.8.17 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 | 9 | include: |
10 | 10 | - ruby: 3.0 |
11 | 11 | gemfile: Gemfile |
12 | - elasticsearch: 7.13.0 | |
12 | + elasticsearch: 7.13.3 | |
13 | 13 | - ruby: 3.0 |
14 | 14 | gemfile: Gemfile |
15 | 15 | opensearch: 1 |
16 | 16 | - ruby: 2.7 |
17 | 17 | gemfile: gemfiles/activerecord60.gemfile |
18 | - elasticsearch: 7.13.0 | |
18 | + elasticsearch: 7.13.3 | |
19 | 19 | - ruby: 2.6 |
20 | 20 | gemfile: gemfiles/activerecord52.gemfile |
21 | 21 | elasticsearch: 7.0.0 |
22 | 22 | - ruby: 2.5 |
23 | 23 | gemfile: gemfiles/activerecord51.gemfile |
24 | - elasticsearch: 6.8.16 | |
24 | + elasticsearch: 6.8.17 | |
25 | 25 | - ruby: 2.4 |
26 | 26 | gemfile: gemfiles/activerecord50.gemfile |
27 | 27 | elasticsearch: 6.0.0 | ... | ... |