Skip to content

Commit

Permalink
Update travis matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
markitosgv authored Oct 14, 2019
1 parent 671163c commit 04db09a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ matrix:
fast_finish: true
include:
# 3.4.*
- php: 5.6
env: SYMFONY_VERSION=3.4.*
- php: 7.0
env: SYMFONY_VERSION=3.4.*
- php: 7.1
env: SYMFONY_VERSION=3.4.*
- php: 7.2
env: SYMFONY_VERSION=3.4.*
- php: 7.3
env: SYMFONY_VERSION=3.4.*
# 4.3.*
- php: 7.1
env: SYMFONY_VERSION=4.3.*
- php: 7.2
env: SYMFONY_VERSION=4.3.*
- php: 7.3
env: SYMFONY_VERSION=4.3.*

cache:
directories:
Expand Down

0 comments on commit 04db09a

Please sign in to comment.