We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aa5d65 commit 08c74ceCopy full SHA for 08c74ce
.travis.yml
@@ -8,7 +8,7 @@ php:
8
- 7.4
9
env:
10
global:
11
- - ES_VERSION=7.4.0 ES_DOWNLOAD_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ES_VERSION}-linux-x86_64.tar.gz
+ - ES_VERSION=7.5.2 ES_DOWNLOAD_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ES_VERSION}-linux-x86_64.tar.gz
12
install:
13
- wget ${ES_DOWNLOAD_URL}
14
- tar -xzf elasticsearch-${ES_VERSION}-linux-x86_64.tar.gz
0 commit comments