diff --git a/config/config.php b/config/config.php index 9eaa2094..c45b6f7c 100755 --- a/config/config.php +++ b/config/config.php @@ -178,7 +178,7 @@ 'internalVersion' => '24.0.12.1', 'downloadUrl' => 'https://download.nextcloud.com/server/releases/nextcloud-24.0.12.zip', 'web' => 'https://docs.nextcloud.com/server/24/admin_manual/maintenance/upgrade.html', - 'eol' => false, + 'eol' => true, 'minPHPVersion' => '7.4', 'signature' => 'aCQnJpJjf83glgpOxTs1tenmKYhdBK34JyhBtwhikoE4bg1GpfNPe+5OVEDkKPLi o3tAWWdx8SAR1+PuLYwjkyy6hhr80ojDrhnmjVprB9PZ5Dqqz9Uk5sLjyse2e0FC @@ -194,7 +194,7 @@ 'internalVersion' => '24.0.12.1', 'downloadUrl' => 'https://download.nextcloud.com/server/releases/nextcloud-24.0.12.zip', 'web' => 'https://docs.nextcloud.com/server/24/admin_manual/maintenance/upgrade.html', - 'eol' => false, + 'eol' => true, 'minPHPVersion' => '7.4', 'signature' => 'aCQnJpJjf83glgpOxTs1tenmKYhdBK34JyhBtwhikoE4bg1GpfNPe+5OVEDkKPLi o3tAWWdx8SAR1+PuLYwjkyy6hhr80ojDrhnmjVprB9PZ5Dqqz9Uk5sLjyse2e0FC @@ -705,7 +705,7 @@ 'internalVersion' => '24.0.12.1', 'downloadUrl' => 'https://download.nextcloud.com/server/releases/nextcloud-24.0.12.zip', 'web' => 'https://docs.nextcloud.com/server/24/admin_manual/maintenance/upgrade.html', - 'eol' => false, + 'eol' => true, 'minPHPVersion' => '7.4', 'signature' => 'aCQnJpJjf83glgpOxTs1tenmKYhdBK34JyhBtwhikoE4bg1GpfNPe+5OVEDkKPLi o3tAWWdx8SAR1+PuLYwjkyy6hhr80ojDrhnmjVprB9PZ5Dqqz9Uk5sLjyse2e0FC @@ -722,7 +722,7 @@ 'internalVersion' => '24.0.12.1', 'downloadUrl' => 'https://download.nextcloud.com/server/releases/nextcloud-24.0.12.zip', 'web' => 'https://docs.nextcloud.com/server/24/admin_manual/maintenance/upgrade.html', - 'eol' => false, + 'eol' => true, 'minPHPVersion' => '7.4', 'signature' => 'aCQnJpJjf83glgpOxTs1tenmKYhdBK34JyhBtwhikoE4bg1GpfNPe+5OVEDkKPLi o3tAWWdx8SAR1+PuLYwjkyy6hhr80ojDrhnmjVprB9PZ5Dqqz9Uk5sLjyse2e0FC @@ -1160,7 +1160,7 @@ '24' => [ 'downloadUrl' => 'https://download.nextcloud.com/server/daily/latest-stable24.zip', 'web' => 'https://docs.nextcloud.com/server/24/admin_manual/maintenance/upgrade.html', - 'eol' => false, + 'eol' => true, 'minPHPVersion' => '7.4', ], '23' => [ diff --git a/tests/integration/features/beta.feature b/tests/integration/features/beta.feature index b2a296d1..ed20160d 100644 --- a/tests/integration/features/beta.feature +++ b/tests/integration/features/beta.feature @@ -589,7 +589,7 @@ Feature: Testing the update scenario of beta releases And Update to version "24.0.12.1" is available And URL to download is "https://download.nextcloud.com/server/releases/nextcloud-24.0.12.zip" And URL to documentation is "https://docs.nextcloud.com/server/24/admin_manual/maintenance/upgrade.html" - And EOL is set to "0" + And EOL is set to "1" And The signature is """ aCQnJpJjf83glgpOxTs1tenmKYhdBK34JyhBtwhikoE4bg1GpfNPe+5OVEDkKPLi @@ -610,7 +610,7 @@ Feature: Testing the update scenario of beta releases And Update to version "24.0.12.1" is available And URL to download is "https://download.nextcloud.com/server/releases/nextcloud-24.0.12.zip" And URL to documentation is "https://docs.nextcloud.com/server/24/admin_manual/maintenance/upgrade.html" - And EOL is set to "0" + And EOL is set to "1" And The signature is """ aCQnJpJjf83glgpOxTs1tenmKYhdBK34JyhBtwhikoE4bg1GpfNPe+5OVEDkKPLi diff --git a/tests/integration/features/daily.feature b/tests/integration/features/daily.feature index 8128d38a..ca6609ec 100644 --- a/tests/integration/features/daily.feature +++ b/tests/integration/features/daily.feature @@ -45,7 +45,7 @@ Feature: Testing the update scenario of daily releases And Update to version "100.0.0.0" is available And URL to download is "https://download.nextcloud.com/server/daily/latest-stable24.zip" And URL to documentation is "https://docs.nextcloud.com/server/24/admin_manual/maintenance/upgrade.html" - And EOL is set to "0" + And EOL is set to "1" And No signature is set Scenario: Updating an outdated Nextcloud 23 daily diff --git a/tests/integration/features/stable.feature b/tests/integration/features/stable.feature index 816dd6ee..6bbc002c 100644 --- a/tests/integration/features/stable.feature +++ b/tests/integration/features/stable.feature @@ -856,7 +856,7 @@ Feature: Testing the update scenario of stable releases And Update to version "24.0.12.1" is available And URL to download is "https://download.nextcloud.com/server/releases/nextcloud-24.0.12.zip" And URL to documentation is "https://docs.nextcloud.com/server/24/admin_manual/maintenance/upgrade.html" - And EOL is set to "0" + And EOL is set to "1" And The signature is """ aCQnJpJjf83glgpOxTs1tenmKYhdBK34JyhBtwhikoE4bg1GpfNPe+5OVEDkKPLi @@ -877,7 +877,7 @@ Feature: Testing the update scenario of stable releases And Update to version "24.0.12.1" is available And URL to download is "https://download.nextcloud.com/server/releases/nextcloud-24.0.12.zip" And URL to documentation is "https://docs.nextcloud.com/server/24/admin_manual/maintenance/upgrade.html" - And EOL is set to "0" + And EOL is set to "1" And The signature is """ aCQnJpJjf83glgpOxTs1tenmKYhdBK34JyhBtwhikoE4bg1GpfNPe+5OVEDkKPLi