Skip to content

Commit 67b6259

Browse files
Merge pull request #61241 from nextcloud/feat/settings/deprecate-8.3-for-35
[stable34] feat(settings): Require 8.3 for 35
2 parents c6ef168 + 047e62c commit 67b6259

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)