-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Dev: drop PHP 7.4 support #6921
Comments
Good option, need mind on news updates made from php8.2 not old dangerous versions on php7 |
I would like to drop 7.4 support in v4.5. |
I like. But do you think it is necessary to include features from 8.0 - 8.2? Enum, read only.. and update the old features? As in my case str_starts_with |
If we drop 7.4, we can use new features in 8.0. But all code must run in PHP 8.0, so we cannot use new features in 8.1 or 8.2. |
Now PHP 7.4's share is 25%. |
Greetings, Could you share any information on when PHP 7.4 support will end for CodeIgniter 4? I'm facing challenges installing new packages because of dependency issues related to older versions, notably with Thank you. |
@aslanutku v4.5.0 will drop PHP 7.4 support. |
Closed by #8354 |
PHP 7.4 reached the end of life on 28 Nov 2022.
https://www.php.net/supported-versions.php
The text was updated successfully, but these errors were encountered: