diff --git a/app/Utils/SystemHealth.php b/app/Utils/SystemHealth.php index a238a9997..0a0eb3756 100644 --- a/app/Utils/SystemHealth.php +++ b/app/Utils/SystemHealth.php @@ -34,7 +34,7 @@ class SystemHealth 'bcmath', ]; - private static $php_version = 7.4; + private static $php_version = 8.1; /** * Check loaded extensions / PHP version / DB Connections.