Skip to content

Commit

Permalink
27.0.2 to releases folder
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <[email protected]>
  • Loading branch information
skjnldsv committed Aug 8, 2023
1 parent 6fb8c3f commit 211547b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
'100' => [
'latest' => '27.0.2',
'internalVersion' => '27.0.2.1',
'downloadUrl' => 'https://download.nextcloud.com/server/prereleases/nextcloud-27.0.2.zip',
'downloadUrl' => 'https://download.nextcloud.com/server/releases/nextcloud-27.0.2.zip',
'web' => 'https://docs.nextcloud.com/server/27/admin_manual/maintenance/upgrade.html',
'eol' => false,
'minPHPVersion' => '8.0',
Expand All @@ -128,7 +128,7 @@
'100' => [
'latest' => '27.0.2',
'internalVersion' => '27.0.2.1',
'downloadUrl' => 'https://download.nextcloud.com/server/prereleases/nextcloud-27.0.2.zip',
'downloadUrl' => 'https://download.nextcloud.com/server/releases/nextcloud-27.0.2.zip',
'web' => 'https://docs.nextcloud.com/server/27/admin_manual/maintenance/upgrade.html',
'eol' => false,
'minPHPVersion' => '8.0',
Expand Down Expand Up @@ -669,7 +669,7 @@
'100' => [
'latest' => '27.0.2',
'internalVersion' => '27.0.2.1',
'downloadUrl' => 'https://download.nextcloud.com/server/prereleases/nextcloud-27.0.2.zip',
'downloadUrl' => 'https://download.nextcloud.com/server/releases/nextcloud-27.0.2.zip',
'web' => 'https://docs.nextcloud.com/server/27/admin_manual/maintenance/upgrade.html',
'eol' => false,
'minPHPVersion' => '8.0',
Expand All @@ -685,7 +685,7 @@
'100' => [
'latest' => '27.0.2',
'internalVersion' => '27.0.2.1',
'downloadUrl' => 'https://download.nextcloud.com/server/prereleases/nextcloud-27.0.2.zip',
'downloadUrl' => 'https://download.nextcloud.com/server/releases/nextcloud-27.0.2.zip',
'web' => 'https://docs.nextcloud.com/server/27/admin_manual/maintenance/upgrade.html',
'eol' => false,
'minPHPVersion' => '8.0',
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/features/beta.feature
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ Feature: Testing the update scenario of beta releases
When The request is sent
Then The response is non-empty
And Update to version "27.0.2.1" is available
And URL to download is "https://download.nextcloud.com/server/prereleases/nextcloud-27.0.2.zip"
And URL to download is "https://download.nextcloud.com/server/releases/nextcloud-27.0.2.zip"
And URL to documentation is "https://docs.nextcloud.com/server/27/admin_manual/maintenance/upgrade.html"
And EOL is set to "0"
And The signature is
Expand All @@ -736,7 +736,7 @@ Feature: Testing the update scenario of beta releases
When The request is sent
Then The response is non-empty
And Update to version "27.0.2.1" is available
And URL to download is "https://download.nextcloud.com/server/prereleases/nextcloud-27.0.2.zip"
And URL to download is "https://download.nextcloud.com/server/releases/nextcloud-27.0.2.zip"
And URL to documentation is "https://docs.nextcloud.com/server/27/admin_manual/maintenance/upgrade.html"
And EOL is set to "0"
And The signature is
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/features/stable.feature
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ Feature: Testing the update scenario of stable releases
When The request is sent
Then The response is non-empty
And Update to version "27.0.2.1" is available
And URL to download is "https://download.nextcloud.com/server/prereleases/nextcloud-27.0.2.zip"
And URL to download is "https://download.nextcloud.com/server/releases/nextcloud-27.0.2.zip"
And URL to documentation is "https://docs.nextcloud.com/server/27/admin_manual/maintenance/upgrade.html"
And EOL is set to "0"
And The signature is
Expand All @@ -980,7 +980,7 @@ Feature: Testing the update scenario of stable releases
When The request is sent
Then The response is non-empty
And Update to version "27.0.2.1" is available
And URL to download is "https://download.nextcloud.com/server/prereleases/nextcloud-27.0.2.zip"
And URL to download is "https://download.nextcloud.com/server/releases/nextcloud-27.0.2.zip"
And URL to documentation is "https://docs.nextcloud.com/server/27/admin_manual/maintenance/upgrade.html"
And EOL is set to "0"
And The signature is
Expand Down

0 comments on commit 211547b

Please sign in to comment.