-
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
Drop PHP 8.0 support #8042
Drop PHP 8.0 support #8042
Conversation
Run vendor/bin/php-cs-fixer fix --verbose --ansi --dry-run --config=.php-cs-fixer.no-header.php --using-cache=no --diff PHP needs to be a minimum version of PHP 7.4.0 and maximum version of PHP 8.2.*. Current PHP version: 8.3.0-dev. To ignore this requirement please set `PHP_CS_FIXER_IGNORE_ENV`. If you use PHP version higher than supported, you may experience code modified in a wrong way. Please report such cases at https://github.com/PHP-CS-Fixer/PHP-CS-Fixer . Error: Process completed with exit code 1.
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.
Even now PHP 8.0 has a lower usage than PHP 7.4... and we already dropped PHP 7.4... For that reason, I would be in favor of doing this. Security support for PHP 8.0 ends in a month.
https://packagist.org/packages/codeigniter4/framework/php-stats#4.4
https://www.php.net/supported-versions.php
CodeIgniter 4.5 will most likely land in 2024 anyway.
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.
Looks good. What a time to be alive.
🎉 |
1 similar comment
🎉 |
Description
See #7320
Ref #7924
Checklist: