mirror of
https://github.com/nextcloud/server.git
synced 2026-04-29 18:11:41 -04:00
Allow upgrades in Nextcloud 22
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
9c5c865f45
commit
6e445aaaf3
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ $OC_VersionCanBeUpgradedFrom = [
|
|||
'nextcloud' => [
|
||||
'20.0' => true,
|
||||
'21.0' => true,
|
||||
'22.0' => true,
|
||||
],
|
||||
'owncloud' => [
|
||||
'10.5' => true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue