-
-
Notifications
You must be signed in to change notification settings - Fork 389
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
Drop php 7.1 and allow phpunit 8 #879
Conversation
goetas
commented
Dec 1, 2019
•
edited
Loading
edited
Q | A |
---|---|
Type | feature |
BC Break | no |
Fixed issues | - |
Let's just bump up php version and require phpunit 8. Much easier for everyone 😁 |
phpunit 8 requires php 7.2, while the minimum version for doctrine migrations is 7.1. Is it ok to increase the min version to 7.2 for this library too? |
fb8b640
to
b9a5030
Compare
7499bf9
to
cb2db5f
Compare
7.1 is EOL, I think it is ok. |
Happy to hear that. Build is green! |
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.
Dropping 7.1 for 3.0 is fine.
4871a89
to
8bc683f
Compare
FWIW, I think we could even do this on 2.2.x , not sure what others think. |
appveyor is having some issues https://status.chocolatey.org/issues/2019-11-29-slow-and-intermittent-connection-issues/ |
@greg0ire I don’t see a reason to drop 7.1 in 2.x. |
Allowing new features like the |
We can always do that when the new API shows up. |