Skip to content
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

Merged
merged 1 commit into from
Jun 12, 2020
Merged

[TASK] Drop support for PHP 7.0 #880

merged 1 commit into from
Jun 12, 2020

Conversation

oliverklee
Copy link
Contributor

No description provided.

@oliverklee oliverklee added this to the 5.0.0 milestone Jun 12, 2020
@oliverklee oliverklee requested review from zoliszabo and JakeQZ June 12, 2020 13:03
@oliverklee oliverklee self-assigned this Jun 12, 2020
@@ -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",
Copy link
Contributor

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).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@oliverklee oliverklee merged commit af5b4b5 into master Jun 12, 2020
@oliverklee oliverklee deleted the task/drop-php-7.0 branch June 12, 2020 13:27
@JakeQZ
Copy link
Contributor

JakeQZ commented Jun 12, 2020

The CI tests seemed to get stuck waiting for Lint and unit tests for PHP 7.0, but that's now resolved - ?

@oliverklee
Copy link
Contributor Author

They still seem to get executed in #881. I have no idea why.

@JakeQZ
Copy link
Contributor

JakeQZ commented Jun 12, 2020

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?

@JakeQZ
Copy link
Contributor

JakeQZ commented Jun 12, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants