Skip to content

Commit 77290ae

Browse files
committed
Update Travis config to remove PHP 7.1 from Symfony 5 builds
1 parent b8325a8 commit 77290ae

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 7.1
54
- 7.2
65
- 7.3
76

@@ -10,6 +9,13 @@ env:
109
- SYMFONY_VERSION=4.4.*
1110
- SYMFONY_VERSION=5.0.*
1211

12+
matrix:
13+
include:
14+
- php: 7.1
15+
env: SYMFONY_VERSION=3.4.*
16+
- php: 7.1
17+
env: SYMFONY_VERSION=4.4.*
18+
1319
cache:
1420
directories:
1521
- ~/.composer/cache/files

0 commit comments

Comments
 (0)