-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
Add PHP 7.3 to .travis.yml; Remove 7.0 #1579
Comments
This is blocked by Travis not yet supporting PHP 7.3 yet; their latest build environment doesn't have PHP 7.3 yet. It only has 5.6, 7.1, and 7.2. |
If we want PHP 7.3, we will need to switch to the Xenial build environment: https://docs.travis-ci.com/user/reference/bionic/#php-support This will require dropping PHP 5.6 support, which we should be okay with doing because PHP 5.6 went end-of-life at the end of 2018: https://www.php.net/eol.php |
Closing in favor of #1801, which is more up-to-date. |
The text was updated successfully, but these errors were encountered: