-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Drop php 7.1 support #18062
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 support #18062
Conversation
|
@danxuliu I guess all the tests are converted now away from 7.1 right? |
|
Just for the record, this will require adjustments in all apps. But there is a script for that 😎 Hopefully I can do that tonight or sometime before monday when everyone tries to push to any app and it just breaks. Is 7.4 already stable enough to be added before? If so, it would be nice to:
Otherwise all PRs I have to create will be red CI |
7.4 PR is on its way. But they are at rc6 so yeah good enough to use in app (but server doesn't run on it yet). We could of course just wait merging this till your script ran |
|
Ok lets wait for #18064 to be done then |
In theory, yes. Some integration tests failed, although it seems that they failed already in #18063. |
18 will be relased when php7.1 is EOL already. So lets kill it! Signed-off-by: Roeland Jago Douma <[email protected]>
Signed-off-by: Roeland Jago Douma <[email protected]>
|
Pushed a new tag for integration-php7.3 that needs to be bumped once available on docker hub. |
Sure but we can also do that separatly. The changes were not part of this PR so dropping 7.1 here is not related to that. |
18 will be relased when php7.1 is EOL already. So lets kill it!
Blocked by:
Signed-off-by: Roeland Jago Douma [email protected]