Skip to content

Commit e6dba81

Browse files
committed
Try fixing travis matrix
1 parent 247e1e1 commit e6dba81

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.travis.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,17 @@ php:
77
- 7.3
88

99
env:
10-
- SYMFONY_VERSION="3.3.*"
1110
- SYMFONY_VERSION="3.4.*"
12-
- SYMFONY_VERSION="4.0.*"
13-
- SYMFONY_VERSION="4.1.*"
1411
- SYMFONY_VERSION="4.2.*"
12+
- SYMFONY_VERSION="4.3.*"
1513

1614
matrix:
1715
exclude:
1816
# Symfony >= 4.0 PHP requirement is ^7.1.3
19-
- php: 7.0
20-
env: SYMFONY_VERSION="4.0.*"
21-
- php: 7.0
22-
env: SYMFONY_VERSION="4.1.*"
2317
- php: 7.0
2418
env: SYMFONY_VERSION="4.2.*"
19+
- php: 7.0
20+
env: SYMFONY_VERSION="4.3.*"
2521

2622
sudo: false
2723

0 commit comments

Comments
 (0)