Commit 966894ea8c5a87ec215ed30e57dd2eb1f4165bd1
1 parent
299b5ce6
Exists in
master
and in
16 other branches
Updated test matrix
Showing
1 changed file
with
5 additions
and
4 deletions
Show diff stats
.travis.yml
... | ... | @@ -14,17 +14,18 @@ cache: |
14 | 14 | directories: |
15 | 15 | - $HOME/elasticsearch |
16 | 16 | env: |
17 | - - ELASTICSEARCH_VERSION=7.2.0 | |
17 | + - ELASTICSEARCH_VERSION=7.2.1 | |
18 | 18 | jdk: openjdk10 |
19 | 19 | matrix: |
20 | 20 | include: |
21 | 21 | - gemfile: Gemfile |
22 | - - gemfile: test/gemfiles/activerecord51.gemfile | |
22 | + - gemfile: test/gemfiles/activerecord52.gemfile | |
23 | 23 | env: ELASTICSEARCH_VERSION=7.0.0 |
24 | - - gemfile: test/gemfiles/activerecord50.gemfile | |
24 | + - gemfile: test/gemfiles/activerecord51.gemfile | |
25 | 25 | env: ELASTICSEARCH_VERSION=6.8.1 |
26 | - - gemfile: test/gemfiles/mongoid7.gemfile | |
26 | + - gemfile: test/gemfiles/activerecord50.gemfile | |
27 | 27 | env: ELASTICSEARCH_VERSION=6.0.0 |
28 | + - gemfile: test/gemfiles/mongoid7.gemfile | |
28 | 29 | services: |
29 | 30 | - mongodb |
30 | 31 | - redis-server | ... | ... |