Skip to content

PHP 7.2 Compatibility (+ updated php-cs-fixer & PHPUnit) #184

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Feb 5, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Added php7.2
  • Loading branch information
haphan authored and mrwogu committed Feb 3, 2018
commit 9b53613b21daf8b2e6464517c7cc128f5d4f4d1f
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ language: php

sudo: false

dist: precise

cache:
directories:
- $HOME/.composer/cache
Expand All @@ -12,6 +10,7 @@ matrix:
include:
- php: 7.0
- php: 7.1
- php: 7.2
- php: nightly
allow_failures:
- php: nightly
Expand Down