Commit 648d2ef7541b875b3cf8e62a17306c28145c8704

Authored by Andrew Kane
1 parent fc04aa35

Test against latest ES versions

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
@@ -16,7 +16,7 @@ cache: @@ -16,7 +16,7 @@ cache:
16 directories: 16 directories:
17 - $HOME/elasticsearch 17 - $HOME/elasticsearch
18 env: 18 env:
19 - - ELASTICSEARCH_VERSION=7.6.0 19 + - ELASTICSEARCH_VERSION=7.6.1
20 jdk: openjdk10 20 jdk: openjdk10
21 matrix: 21 matrix:
22 include: 22 include:
@@ -24,7 +24,7 @@ matrix: @@ -24,7 +24,7 @@ matrix:
24 - gemfile: test/gemfiles/activerecord52.gemfile 24 - gemfile: test/gemfiles/activerecord52.gemfile
25 env: ELASTICSEARCH_VERSION=7.0.0 25 env: ELASTICSEARCH_VERSION=7.0.0
26 - gemfile: test/gemfiles/activerecord51.gemfile 26 - gemfile: test/gemfiles/activerecord51.gemfile
27 - env: ELASTICSEARCH_VERSION=6.8.6 27 + env: ELASTICSEARCH_VERSION=6.8.7
28 - gemfile: test/gemfiles/activerecord50.gemfile 28 - gemfile: test/gemfiles/activerecord50.gemfile
29 env: ELASTICSEARCH_VERSION=6.0.0 29 env: ELASTICSEARCH_VERSION=6.0.0
30 - gemfile: test/gemfiles/mongoid7.gemfile 30 - gemfile: test/gemfiles/mongoid7.gemfile