From 18cb95b8e95a7e778fdca0571f23fe413a3ebe28 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Sat, 29 Dec 2018 18:01:25 +0100 Subject: [PATCH] TASK: Update elasticsearch even further Use latest stable 6.x releases, for elasticsearch and used library. --- .travis.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d4f07e2..28afd5e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ addons: packages: - oracle-java8-set-default before_install: - - curl -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.4.1.deb && sudo dpkg -i --force-confnew elasticsearch-6.4.1.deb && sudo service elasticsearch restart + - curl -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.5.4.deb && sudo dpkg -i --force-confnew elasticsearch-6.5.4.deb && sudo service elasticsearch restart - mysql -u root -e 'GRANT ALL ON `typo3_ci_ft%`.* TO travis@127.0.0.1;' language: php diff --git a/composer.json b/composer.json index 07a679f..3ad4242 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require": { "php": ">=7.0.0", "typo3/cms": ">= 8.7.0 < 9.0.0", - "ruflin/elastica": "^6.0.2" + "ruflin/elastica": "^6.1.0" }, "require-dev": { "phpunit/phpunit": "~6.4.4",