Remove PHP 7.0 support#69
Remove PHP 7.0 support#69TavoNiievez merged 1 commit intoCodeception:masterfrom TavoNiievez:remove_php_70
Conversation
|
Are you going to remove support for PHP 7.1 in a month as well? |
|
I would like to clarify that i did not randomly wait a month to send this PR. What i actually did after removing support for The intention is to remove support from all unsupported versions of PHP. Which are: First, an unsupported version is removed and then, all the features of the new minimum supported version are added. It has to be done little by little. What happened is that a more critical task emerged and i had to prioritize it (#54) (#63). So the answer is no, it won't be in a month, it may be less or it may be more, it depends on how long it takes me to update the code base, but the goal is to only have support for |
|
Alright, it makes sense. It would look better if legacy support was removed and/or features of newer PHP vere used in the same PR. |
I thought of that, But now we have tests on all of them, and i'll try to do it in a single PR with |
In accordance with what is mentioned in (#39) this module proceeds to progressively remove support for obsolete versions of PHP.
This time 7.0, which has not had any kind of support for 2 years.