PHRAS-1765 (#2398)

bump es to 2.3.3
This commit is contained in:
jygaulier
2018-01-10 15:09:30 +01:00
committed by GitHub
parent 215e47fb79
commit 6e89b93c7d
6 changed files with 18 additions and 8 deletions

View File

@@ -50,9 +50,9 @@ mariadb:
elasticsearch:
install: '1'
port: '9200'
version: '1.7.3'
version: '2.3.3'
plugins:
- {name: 'elasticsearch/elasticsearch-analysis-icu', version: '2.7.0'}
- {name: 'analysis-icu'}
php:
install: '1'
ppa: php
@@ -76,8 +76,9 @@ php:
- 'php5.6-bcmath'
- 'php-pear'
pecl_packages:
- {name: zmq, package: zmq-beta}
- {name: amqp, package: amqp-1.4.0}
- {name: zmq, package: php-zmq}
- {name: amqp, package: amqp-1.9.3}
xdebug:
install: '1'
idekey: 'PHPSTORM'