Skip to content

Commit

Permalink
test latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
garak committed Dec 16, 2016
1 parent 325a1e9 commit eb4687d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ php:
- 5.5
- 5.6
- 7.0
- 7.1

sudo: false

Expand All @@ -22,8 +23,8 @@ matrix:
env: SYMFONY_VERSION="~2.7.0"
- php: 5.6
env: SYMFONY_VERSION="~3.0.0"
- php: 7.0
env: SYMFONY_VERSION="~3.0.0"
- php: 7.1
env: SYMFONY_VERSION="~3.2.0"

before_install:
- composer self-update
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"symfony/framework-bundle": "^2.3|^3.0",
"symfony/finder": "^2.2|^3.0",
"symfony/property-access": "^2.5|^3.0",
"symfony/templating": "^2.3|^3.0",
"ocramius/proxy-manager": "^1.0|^2.0",
"jms/metadata": "^1.5"
},
Expand Down

0 comments on commit eb4687d

Please sign in to comment.