From 648d2ef7541b875b3cf8e62a17306c28145c8704 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Wed, 4 Mar 2020 13:13:35 -0800 Subject: [PATCH] Test against latest ES versions --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 379d6ae..f7cd2b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ cache: directories: - $HOME/elasticsearch env: - - ELASTICSEARCH_VERSION=7.6.0 + - ELASTICSEARCH_VERSION=7.6.1 jdk: openjdk10 matrix: include: @@ -24,7 +24,7 @@ matrix: - gemfile: test/gemfiles/activerecord52.gemfile env: ELASTICSEARCH_VERSION=7.0.0 - gemfile: test/gemfiles/activerecord51.gemfile - env: ELASTICSEARCH_VERSION=6.8.6 + env: ELASTICSEARCH_VERSION=6.8.7 - gemfile: test/gemfiles/activerecord50.gemfile env: ELASTICSEARCH_VERSION=6.0.0 - gemfile: test/gemfiles/mongoid7.gemfile -- libgit2 0.21.0