From 63fdc0be590b0faf694ad0b23eedc4d9842449d8 Mon Sep 17 00:00:00 2001 From: Ville Korhonen Date: Tue, 13 Jan 2026 08:53:15 +0200 Subject: [PATCH] Do not set default PHP version at project level This makes project by default use Seravo's recommended/default PHP version, which is chosen based on the WordPress core support status. Impact: major --- nginx/php.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/php.conf b/nginx/php.conf index 92d8115..ce76ae9 100644 --- a/nginx/php.conf +++ b/nginx/php.conf @@ -2,4 +2,4 @@ # Define PHP version in use # See: https://seravo.com/docs/configuration/php-versions/ ## -set $mode php8.2; +#set $mode php8.3;