Skip to content

Commit c5f39e5

Browse files
committed
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.
1 parent 686895c commit c5f39e5

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)