Skip to content

Commit

Permalink
Merge pull request #194 from lunetics/php-72
Browse files Browse the repository at this point in the history
test with php 7.2
  • Loading branch information
dbu authored Nov 18, 2017
2 parents 5c9ef50 + bb5cc08 commit 7d0b4d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ php:
- 5.6
- 7.0
- 7.1
- 7.2

sudo: false

cache:
directories:
- $HOME/.composer/cache/files

env:
- SYMFONY_VERSION='3.3.*'
env: SYMFONY_VERSION='3.3.*' SYMFONY_PHPUNIT_VERSION=5.5

matrix:
include:
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"php": "^5.5.9 || ^7.0",
"symfony/framework-bundle": "^2.8 || ^3.0",
"symfony/yaml": "^2.8 || ^3.0",
"symfony/templating": "^2.8 || ^3.0",
"symfony/intl": "^2.8 || ^3.0",
"symfony/validator": "^2.8 || ^3.0",
"psr/log": "~1.0"
Expand Down

0 comments on commit 7d0b4d1

Please sign in to comment.