Drop support for PHP 8.3

This commit is contained in:
Alejandro Celaya
2025-11-07 17:20:45 +01:00
parent f9ec4cea62
commit 1eb1f5344c
8 changed files with 24 additions and 24 deletions

View File

@@ -11,7 +11,7 @@ server {
location ~ \.php$ {
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_pass unix:/var/run/php/php8.3-fpm.sock;
fastcgi_pass unix:/var/run/php/php8.4-fpm.sock;
fastcgi_index index.php;
include fastcgi.conf;
}