Skip to content

Commit

Permalink
Remove sf 3.3.x branch from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alterphp committed Nov 5, 2018
1 parent 435c4f3 commit 2bd3b29
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,23 @@ matrix:
- php: nightly
env:
- STABILITY=dev
- SYMFONY_VERSION="3.3.*"
- SYMFONY_VERSION="4.*"
# stable (most recent stable versions)
- php: 7.2
env:
- SYMFONY_VERSION="4.*"
- SYMFONY_VERSION="4.1.*"
- TWIG_VERSION="^2.4"
# Symfony 3 LTS
# Symfony 4
- php: 7.1
env:
- SYMFONY_VERSION="3.4.*"
- SYMFONY_VERSION="4.0.*"
- STABILITY=beta
# Deprecations breaks CI (sensio frameworkextrabundle + sf 4.1)
# - SYMFONY_DEPRECATIONS_HELPER="strict"
# common (some popular version combinations)
# Symfony 3 LTS
- php: 7.0
env:
- SYMFONY_VERSION="3.3.*"
- SYMFONY_VERSION="3.4.*"
- TWIG_VERSION="1.x-dev"
# Only 7.0 php images on Travis have xdebug enabled
- ENABLE_CODE_COVERAGE="true"
Expand Down

0 comments on commit 2bd3b29

Please sign in to comment.