Skip to content

Commit 4e11988

Browse files
committed
update travis configuration
1 parent 05190bf commit 4e11988

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ php:
44
- 7.1
55
- 7.2
66
- 7.3
7+
- 7.4
78
env:
89
global:
910
- ES_VERSION=6.2.3 ES_DOWNLOAD_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz
1011
matrix:
11-
- SYMFONY="~3.4"
12-
- SYMFONY="^4.1"
12+
- SYMFONY="^4.4"
13+
- SYMFONY="^5.0"
1314
install:
1415
- wget ${ES_DOWNLOAD_URL}
1516
- tar -xzf elasticsearch-${ES_VERSION}.tar.gz

0 commit comments

Comments
 (0)