How to check PHP compatibility?
PHP 8 Compatibility Checker?
There is really no easy way when plugins developers rely on 3rd parties libraries where they don’t have the idea what might broke during production.
Only plugin developers can guarantee it compatibility with PHP 8 with more logic or breaking changes in the future.
More on reddit.comPlugin/Tool to help check PHP compatibility?
Upgrading to PHP 8.1
Videos
Does anyone know of a tool that would let me test my activated plugins and theme to see if I can upgrade to PHP 8 without issues?
There is really no easy way when plugins developers rely on 3rd parties libraries where they don’t have the idea what might broke during production.
Only plugin developers can guarantee it compatibility with PHP 8 with more logic or breaking changes in the future.
I've found the best way is to turn on PHP8 for a specific site and test everything, just go through every plug-in functionality and validate that it works while PHP8 is running. Preferably under a staging environment.