Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

Commit

Permalink
Add PHP 7.2 Support (#13)
Browse files Browse the repository at this point in the history
This will ensure the tests run in PHP 7.2 so we can ensure future
compatibility.
  • Loading branch information
PurpleBooth committed Dec 2, 2017
1 parent 96a6aa6 commit af2f64f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ matrix:
env: PREFIX="phpdbg -qrr "
- php: 7.1
env: PREFIX="phpdbg -qrr "
- php: 7.2
env: PREFIX="phpdbg -qrr "
- php: nightly
env: PREFIX="phpdbg -qrr "

Expand Down

0 comments on commit af2f64f

Please sign in to comment.