-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Bump minimum PHP requirement from 5.6 to 7.1 #7
Conversation
- Bump minimum PHP requirement from 5.6 to 7.1 (inline with [Bedrock](https://github.com/roots/bedrock/blob/ff5e28ac74f1e9aac1b44f8d197054a34eb85079/composer.json#L33)) - Add PHP 7.3 and 7.4 to test matrix - Update dependencies See: roots#4
Need help fixing https://travis-ci.com/github/roots/wp-config/jobs/297776514#L267 |
It's probably |
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.
Thank you!!
roots#7 (comment) Co-Authored-By: Austin Pray <[email protected]>
roots#7 (comment) Co-Authored-By: Austin Pray <[email protected]>
@@ -28,12 +28,12 @@ echo WP_DEBUG_DISPLAY; | |||
|
|||
Just run `make` to do everything | |||
|
|||
We use PHPUnit 5 because it has compatibility for PHP 5.6 | |||
We use PHPUnit 7 because it has compatibility for PHP 7.1 |
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.
We use PHPUnit 7 because it has compatibility for PHP 7.1 | |
We use PHPUnit |
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.
Shouldn't we explain/warn developers about why we not using the latest versions of PHPUnit?
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.
that fix in 8430f4e LGTM: we will move off travis eventually so it's only temporary 👍
Fixed by running Also running |
🎉 🎉 🎉 thank you @tangrufus ! |
See: #4