From 931648fc764519ca091da133aa7b9e71312b8be1 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Tue, 18 Aug 2020 10:21:02 -0700 Subject: [PATCH] Test against Elasticsearch 7.9.0 and 6.8.12 on Travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5fbb5f3..3582435 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ cache: directories: - $HOME/elasticsearch env: - - ELASTICSEARCH_VERSION=7.8.1 + - ELASTICSEARCH_VERSION=7.9.0 jdk: openjdk11 jobs: include: @@ -26,7 +26,7 @@ jobs: env: ELASTICSEARCH_VERSION=7.0.0 - rvm: 2.5 gemfile: test/gemfiles/activerecord51.gemfile - env: ELASTICSEARCH_VERSION=6.8.11 + env: ELASTICSEARCH_VERSION=6.8.12 - rvm: 2.4 gemfile: test/gemfiles/activerecord50.gemfile env: ELASTICSEARCH_VERSION=6.0.0 -- libgit2 0.21.0