Does CakePHP 4.4 work on PHP 8.2

I’m looking for recommendation on below use case

As PHP 8.1 is reaching end of active support by Dec of this year, I’d like to know if CakePHP 4.4 can run on PHP8.2 without much complications so that I can migrate to PHP 8.2 with CakePHP 4.4. Please advice.

I am running CakePHP 4.4 with PHP 8.2 so yes, it works just fine.
Also we make sure the framework works in all the different PHP versions via Github actions as you can see here: Merge pull request #17153 from cakephp/issue-17151 · cakephp/cakephp@6aeb856 · GitHub

1 Like