Hi,
I have a server running Enhance with Nginx.
In the control panel, under Advanced > Developer Tools, the selected PHP version is 8.2 for the site. However, when I SSH into the server and run:
php -v
I get:
PHP 8.1.33 (cli) (built: Jul 21 2025 14:27:04) (NTS)
This causes issues when running Composer because it uses PHP 8.1 instead of 8.2/8.3.
- How can I upgrade the CLI PHP version to match the one configured for the site (8.2 or 8.3)?
- Is this managed via Enhance or do I need to install PHP manually on the base OS?
Thank you.