Preparing for PHP 8.1 EOL
Hi,
As can be seen here:
#^https://www.php.net/supported-versions.phpPHP 8.1 will reach EOL, and stop receiving security fixes on dec 31 this year. That's about two months away. Are there any plans in place for handling this? (Not that I expect that it will need a lot of work, but we should at least update the CI jobs to run on PHP 8.2.)
I've updated my
DDEV based development environment to use PHP 8.2 from now on.
The nice thing about this is that we can hopefully start using some of the
new features available in PHP 8.2. In particular I'm waiting for Trait constants.
Read only classes also seems like it could be useful.