-
Notifications
You must be signed in to change notification settings - Fork 815
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
Adding PHP 7.2 testing with Travis. #8212
Conversation
eea4450
to
e569575
Compare
|
3877589
to
8012c01
Compare
8012c01
to
c09754a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢 !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Quick nitpick, but it should be good to merge.
if ( defined( 'PHP_VERSION_ID' ) && PHP_VERSION_ID < 50300 ) { | ||
$this->markTestIncomplete("Right now this doesn't work on PHP 5.2"); | ||
$this->markTestIncomplete( "Right now this doesn't work on PHP 5.2"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since you added a space before the first "
, maybe you want to add one at the end as well?
Thanks for taking a look, Jeremy! Fixed it, let's see if Travis passes this time |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yay. Merging!
With more and more people moving to 7.2 we need to introduce automated testing.