Skip to content

Commit 633e73a

Browse files
committed
Update Symfony versions in Travis configuration
1 parent d357c4b commit 633e73a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ php:
55
- 7.1
66

77
env:
8-
- SYMFONY_VERSION=3.1.*
98
- SYMFONY_VERSION=3.2.*
9+
- SYMFONY_VERSION=3.3.*
10+
- SYMFONY_VERSION=3.4.x-dev
1011
- SYMFONY_VERSION=dev-master
1112

1213
before_script:
@@ -17,4 +18,5 @@ script:
1718

1819
matrix:
1920
allow_failures:
21+
- env: SYMFONY_VERSION=3.4.x-dev
2022
- env: SYMFONY_VERSION=dev-master

0 commit comments

Comments
 (0)