Skip to content

Commit

Permalink
Merge pull request #175 from prooph/php_72
Browse files Browse the repository at this point in the history
test php 7.2 on travis
  • Loading branch information
prolic authored Dec 17, 2017
2 parents 46b33c2 + dc8f83d commit 3df548f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ matrix:
- php: 7.1
env:
- DEPENDENCIES="--prefer-lowest --prefer-stable"
- php: 7.2
env:
- DEPENDENCIES=""
- php: 7.2
env:
- DEPENDENCIES="--prefer-lowest --prefer-stable"

cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"react/promise" : "^2.4.1",
"phpunit/phpunit": "^6.0",
"phpspec/prophecy": "^1.7",
"prooph/php-cs-fixer-config": "^0.1.1",
"prooph/php-cs-fixer-config": "^0.2.1",
"satooshi/php-coveralls": "^1.0",
"psr/container": "^1.0",
"sandrokeil/interop-config": "^2.0.1",
Expand Down

0 comments on commit 3df548f

Please sign in to comment.