mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Allow upgrade from 22.1
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
a45d94af7b
commit
e0ab00e5f1
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ $OC_VersionCanBeUpgradedFrom = [
|
|||
'nextcloud' => [
|
||||
'21.0' => true,
|
||||
'22.0' => true,
|
||||
'22.1' => true,
|
||||
],
|
||||
'owncloud' => [
|
||||
'10.5' => true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue