From ab3ac28a6f02c439459f93aba5a9aa0df9622b9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Tue, 19 Oct 2021 15:54:15 +0200 Subject: [PATCH] Add23 on 22.2 upgrade path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- config/config.php | 17 +++++++++++++++++ tests/integration/features/beta.feature | 21 +++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/config/config.php b/config/config.php index 4cd4c4f5..09eae196 100755 --- a/config/config.php +++ b/config/config.php @@ -522,6 +522,23 @@ ], ], + '22.2.0' => [ + '100' => [ + 'latest' => '23.0.0 beta 3', + 'internalVersion' => '23.0.0.6', + 'downloadUrl' => 'https://download.nextcloud.com/server/prereleases/nextcloud-23.0.0beta3.zip', + 'web' => 'https://docs.nextcloud.com/server/23/admin_manual/maintenance/upgrade.html', + 'eol' => false, + 'minPHPVersion' => '7.3', + 'signature' => 'a5V0gwEdnalEkxHH1UCBOXqeUC8GpXJu2lioLQ4tZLziPYrXSdumFc6Wqcl0qRnJ +9mXUmb56IPF9wpM+OVFFP3edXSrxPn7sjyIWmGDUcj4VbfJAyQYTIqK3KUSF2UNP +wQHNOPr06P1zVK1Lbj82QaxwYE2gsLp5N/jUELit6WyiAvGSf0e+p2yGuOE7H4V5 +dQj/sCFAGkcdfZG444M7aAuXnmjJrhmH6WA1d1SkGJxYnnPP5Tmer2NdAy5m7tpl +DzzuOS7hHkZtR3wIA+SwPh2BWI2YpzdcZNTs3iNTMRsx6bRH2e6XAw9eu87uh89c +8IN/c1zctNQteUZwdtsSBQ==', + ], + ], + '22' => [ '100' => [ 'latest' => '22.2.0', diff --git a/tests/integration/features/beta.feature b/tests/integration/features/beta.feature index 2307550d..f416f21c 100644 --- a/tests/integration/features/beta.feature +++ b/tests/integration/features/beta.feature @@ -537,6 +537,27 @@ Feature: Testing the update scenario of beta releases igCw9M1FBIhT4+LRdFBupQ== """ + Scenario: Updating the Nextcloud 22.2.0 on the beta channel + Given There is a release with channel "beta" + And The received version is "22.2.0.0" + And The received PHP version is "7.3.0" + And the installation mtime is "11" + When The request is sent + Then The response is non-empty + And Update to version "23.0.0.6" is available + And URL to download is "https://download.nextcloud.com/server/prereleases/nextcloud-23.0.0beta3.zip" + And URL to documentation is "https://docs.nextcloud.com/server/23/admin_manual/maintenance/upgrade.html" + And EOL is set to "0" + And The signature is + """ + a5V0gwEdnalEkxHH1UCBOXqeUC8GpXJu2lioLQ4tZLziPYrXSdumFc6Wqcl0qRnJ + 9mXUmb56IPF9wpM+OVFFP3edXSrxPn7sjyIWmGDUcj4VbfJAyQYTIqK3KUSF2UNP + wQHNOPr06P1zVK1Lbj82QaxwYE2gsLp5N/jUELit6WyiAvGSf0e+p2yGuOE7H4V5 + dQj/sCFAGkcdfZG444M7aAuXnmjJrhmH6WA1d1SkGJxYnnPP5Tmer2NdAy5m7tpl + DzzuOS7hHkZtR3wIA+SwPh2BWI2YpzdcZNTs3iNTMRsx6bRH2e6XAw9eu87uh89c + 8IN/c1zctNQteUZwdtsSBQ== + """ + Scenario: Updating the Nextcloud 23.0.0 on the beta channel Given There is a release with channel "beta" And The received version is "23.0.0.0"