We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 283ad5e commit d30af19Copy full SHA for d30af19
.travis.yml
@@ -1,22 +1,15 @@
1
sudo: false
2
language: php
3
php:
4
- - 5.6
5
- 7.0
6
- 7.1
7
- 7.2
8
env:
9
global:
10
- - ES_VERSION=5.6.8 ES_DOWNLOAD_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz
+ - ES_VERSION=6.2.3 ES_DOWNLOAD_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz
11
matrix:
12
- - SYMFONY="~2.8"
13
- - SYMFONY="~3.0"
14
- - SYMFONY="~3.1"
15
- - SYMFONY="~3.2"
16
- - SYMFONY="~3.3"
17
- - SYMFONY="~3.4"
18
- SYMFONY="~3.5"
19
- - SYMFONY="~3.6"
+ - SYMFONY="^4.0"
20
install:
21
- wget ${ES_DOWNLOAD_URL}
22
- tar -xzf elasticsearch-${ES_VERSION}.tar.gz
0 commit comments