mirror of
https://github.com/nextcloud/server.git
synced 2026-06-24 08:00:16 -04:00
feat(settings): Require 8.3 for 35
Signed-off-by: provokateurin <kate@provokateurin.de>
This commit is contained in:
parent
c93333dedb
commit
047e62ca31
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue