There was an error while loading. Please reload this page.
2 parents c6ef168 + 047e62c commit 67b6259Copy full SHA for 67b6259
1 file changed
apps/settings/lib/SetupChecks/PhpOutdated.php
@@ -17,7 +17,7 @@ class PhpOutdated implements ISetupCheck {
17
public const DEPRECATED_PHP_VERSION = '8.2';
18
public const DEPRECATED_SINCE = '33';
19
public const FUTURE_REQUIRED_PHP_VERSION = '8.3';
20
- public const FUTURE_REQUIRED_STARTING = '34';
+ public const FUTURE_REQUIRED_STARTING = '35';
21
22
public function __construct(
23
private IL10N $l10n,
0 commit comments