Commit 2a1f344e7a8954ac4dbc24cb6d94227b9d7a4dc7
1 parent
f548fd8e
Exists in
master
and in
15 other branches
Updated Elasticsearch versions in tests
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
.travis.yml
... | ... | @@ -14,7 +14,7 @@ cache: |
14 | 14 | directories: |
15 | 15 | - $HOME/elasticsearch |
16 | 16 | env: |
17 | - - ELASTICSEARCH_VERSION=7.4.0 | |
17 | + - ELASTICSEARCH_VERSION=7.4.2 | |
18 | 18 | jdk: openjdk10 |
19 | 19 | matrix: |
20 | 20 | include: |
... | ... | @@ -22,7 +22,7 @@ matrix: |
22 | 22 | - gemfile: test/gemfiles/activerecord52.gemfile |
23 | 23 | env: ELASTICSEARCH_VERSION=7.0.0 |
24 | 24 | - gemfile: test/gemfiles/activerecord51.gemfile |
25 | - env: ELASTICSEARCH_VERSION=6.8.3 | |
25 | + env: ELASTICSEARCH_VERSION=6.8.4 | |
26 | 26 | - gemfile: test/gemfiles/activerecord50.gemfile |
27 | 27 | env: ELASTICSEARCH_VERSION=6.0.0 |
28 | 28 | - gemfile: test/gemfiles/mongoid7.gemfile | ... | ... |