Skip to content

Commit

Permalink
Upgrade travis config for v7 (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregurco authored Jul 4, 2020
1 parent b61e820 commit 5b4e2e4
Showing 1 changed file with 4 additions and 18 deletions.
22 changes: 4 additions & 18 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,12 @@ php:
- 7.1
- 7.2
- 7.3
- nightly
- 7.4

env:
- SYMFONY_VERSION=2.7.* # LTS (until 05/2019)
- SYMFONY_VERSION=2.8.* # LTS (until 11/2019)
- SYMFONY_VERSION=3.4.* # LTS (until 11/2021)
- SYMFONY_VERSION=4.1.* # (until 07/2019)
- SYMFONY_VERSION=4.2.* # (until 01/2020)
- SYMFONY_VERSION=4.3.* # (until 07/2020)
# - SYMFONY_VERSION=4.4.* # LTS (11/2019, until 11/2023)
- DEPENDENCIES=dev
- SYMFONY_VERSION=4.4.* # LTS (11/2019, until 11/2023)

before_install:
- composer self-update
Expand All @@ -38,14 +33,5 @@ notifications:

matrix:
exclude:
- php: 7
env: SYMFONY_VERSION=4.1.* # requires PHP ^7.1.3
- php: 7
env: SYMFONY_VERSION=4.2.* # requires PHP ^7.1.3
- php: 7
env: SYMFONY_VERSION=4.3.* # requires PHP ^7.1.3
- php: 7
env: DEPENDENCIES=dev # requires PHP ^7.1.3
allow_failures:
- env: DEPENDENCIES=dev
- php: nightly
- php: 7.0
env: SYMFONY_VERSION=4.4.* # requires PHP ^7.1.3

0 comments on commit 5b4e2e4

Please sign in to comment.