Skip to content

Commit 5d97990

Browse files
committed
minor #1590 drop the build job using Symfony 3.0 (xabbuh)
This PR was merged into the 2.0 branch. Discussion ---------- drop the build job using Symfony 3.0 Symfony 3.0 is not forward-compatible with Twig 2.0 (it references Twig extensions by their name instead of the extension's FQCN) and won't be updated anymore as it already reached end of maintenance. This currently lets our Travis CI builds fail. Commits ------- c5f39e5 drop the build job using Symfony 3.0
2 parents 686895c + c5f39e5 commit 5d97990

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ matrix:
2424
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_DEPRECATIONS_HELPER=weak
2525
- php: 7.0
2626
env: SYMFONY_VERSION='2.8.*'
27-
- php: 7.0
28-
env: SYMFONY_VERSION='3.0.*'
2927
- php: 7.0
3028
env: SYMFONY_VERSION='3.1.*'
3129

0 commit comments

Comments
 (0)