Skip to content

Commit

Permalink
Add Symfony 5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
michellesanver committed Nov 29, 2019
1 parent 6c3df21 commit f8bf61e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,18 @@ matrix:
env:
- SYMFONY_VERSION=4.3.*

# Test upcoming Symfony versions with lowest supported PHP version and dev dependencies
- php: '7.1'
- php: '7.2.9'
env:
- STABILITY=dev
- SYMFONY_VERSION=4.4.*
- SYMFONY_VERSION=5.0.*

# Remember to test upcoming Symfony versions below with lowest supported PHP version and dev dependencies

# Test upcoming PHP versions with dev dependencies
- php: '7.4snapshot'
env:
- STABILITY=dev
- COMPOSER_FLAGS="--ignore-platform-reqs --prefer-stable"

allow_failures:
- env:
- STABILITY=dev
Expand Down

0 comments on commit f8bf61e

Please sign in to comment.