-
Notifications
You must be signed in to change notification settings - Fork 154
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
[TASK] Drop support for PHP 7.0 #880
Conversation
@@ -37,7 +37,7 @@ | |||
"source": "https://github.com/MyIntervals/emogrifier" | |||
}, | |||
"require": { | |||
"php": "~7.0 || ~7.1 || ~7.2 || ~7.3 || ~7.4", | |||
"php": "~7.1 || ~7.2 || ~7.3 || ~7.4", |
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.
Noting that the .0
point version suffix should be restored at some point so the behaviour is actually as intended (though there will not be a PHP 7.5).
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.
Agreed.
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.
The CI tests seemed to get stuck waiting for Lint and unit tests for PHP 7.0, but that's now resolved - ? |
They still seem to get executed in #881. I have no idea why. |
Something being cached? Or is there any relevant GitHub configuratoin for the project that is external to the files visible within the source tree? |
No description provided.