Allow upgrades in Nextcloud 22
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
9c5c865f45
commit
6e445aaaf3
|
@ -39,6 +39,7 @@ $OC_VersionCanBeUpgradedFrom = [
|
||||||
'nextcloud' => [
|
'nextcloud' => [
|
||||||
'20.0' => true,
|
'20.0' => true,
|
||||||
'21.0' => true,
|
'21.0' => true,
|
||||||
|
'22.0' => true,
|
||||||
],
|
],
|
||||||
'owncloud' => [
|
'owncloud' => [
|
||||||
'10.5' => true,
|
'10.5' => true,
|
||||||
|
|
Loading…
Reference in New Issue