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",