Skip to content

Commit 047e62c

Browse files
committed
feat(settings): Require 8.3 for 35
Signed-off-by: provokateurin <kate@provokateurin.de>
1 parent c93333d commit 047e62c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/settings/lib/SetupChecks/PhpOutdated.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class PhpOutdated implements ISetupCheck {
1717
public const DEPRECATED_PHP_VERSION = '8.2';
1818
public const DEPRECATED_SINCE = '33';
1919
public const FUTURE_REQUIRED_PHP_VERSION = '8.3';
20-
public const FUTURE_REQUIRED_STARTING = '34';
20+
public const FUTURE_REQUIRED_STARTING = '35';
2121

2222
public function __construct(
2323
private IL10N $l10n,

0 commit comments

Comments
 (0)