When I run
wo site update site.com --php82
I get this output
PHP 8.2 is already enabled for given site
But the site is still on php8.1
wo site edit site.com
server {
server_name site.com www.site.com;
access_log /var/log/nginx/site.com.access.log rt_cache;
error_log /var/log/nginx/site.com.error.log;
root /var/www/site.com/htdocs;
index index.php index.html index.htm;
include common/wpfc-php81.conf;
include common/wpcommon-php81.conf;
include common/locations-wo.conf;
include /var/www/site.com/conf/nginx/*.conf;
}