[stable27] allow to upgrade from 26.0.x to 27.1.x directly

Signed-off-by: Simon L <szaimen@e.mail.de>

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-08-18 09:34:15 +02:00 committed by GitHub
parent 7901a7059f
commit e9c15980fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,6 +37,7 @@ $OC_VersionString = '27.1.0 beta 2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [
'26.0' => true,
'27.0' => true,
'27.1' => true,
],