Skip to content

Commit

Permalink
Add support for PHP 7.2 (#40)
Browse files Browse the repository at this point in the history
* Add support for PHP 7.2
* Update changelog
  • Loading branch information
mtymek authored Nov 15, 2017
1 parent 74e6763 commit 96db958
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,15 @@ matrix:
- php: 7.1
env:
- DEPS=latest
- php: 7.2
env:
- DEPS=lowest
- php: 7.2
env:
- DEPS=locked
- php: 7.2
env:
- DEPS=latest
- php: hhvm
env:
- DEPS=lowest
Expand Down
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
CHANGELOG
=========

1.5.1 (2017-11-15)
------------------
* Add support for PHPv7.2

1.5.0 (2017-05-28)
------------------
* Add support for `zend-component-installer`
Expand Down

0 comments on commit 96db958

Please sign in to comment.