This issue persists. I switched from php7.4 to php8.1 with WHMCS v8.8. Warning is still showing when I fire the cron with version php8.1.
ie.
*/5 * * * * /usr/bin/php8.1 -q /var/www/html/public/clients/crons/cron.php
When in fact on the same warning page it's giving me this:
PHP Version
Your PHP version 8.1.27 is supported by WHMCS.
The PHP 8.1 branch no longer receives regular bug fixes and will only receive critical security updates until it reaches its end of life. Please see our documentation for more information.
I have no idea where it's picking up the environment issue that it's php7.4 when it's actually using php8.2. Anyone know?