From 047e62ca310cd858f1514fa8f560f1e0cccd0cd7 Mon Sep 17 00:00:00 2001 From: provokateurin Date: Fri, 12 Jun 2026 11:13:01 +0200 Subject: [PATCH] feat(settings): Require 8.3 for 35 Signed-off-by: provokateurin --- apps/settings/lib/SetupChecks/PhpOutdated.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/settings/lib/SetupChecks/PhpOutdated.php b/apps/settings/lib/SetupChecks/PhpOutdated.php index 287b937070f..869a1702a14 100644 --- a/apps/settings/lib/SetupChecks/PhpOutdated.php +++ b/apps/settings/lib/SetupChecks/PhpOutdated.php @@ -17,7 +17,7 @@ class PhpOutdated implements ISetupCheck { public const DEPRECATED_PHP_VERSION = '8.2'; public const DEPRECATED_SINCE = '33'; public const FUTURE_REQUIRED_PHP_VERSION = '8.3'; - public const FUTURE_REQUIRED_STARTING = '34'; + public const FUTURE_REQUIRED_STARTING = '35'; public function __construct( private IL10N $l10n,