Conversation
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Contributor
Author
|
Ready for review @ChristophWurst @nickvergessen @AndyScherzinger @artonge @Altahrim |
skjnldsv
commented
Jun 20, 2024
| }, | ||
| "27": { | ||
| "eol": "2024-06", | ||
| "eol": "2024-06-26", |
Contributor
Author
Contributor
There was a problem hiding this comment.
Contributor
Author
There was a problem hiding this comment.
Yeah, but if I make config, then it also changes the stable 27 releases (27.1.10)
Contributor
Author
There was a problem hiding this comment.
diff --git a/config/config.php b/config/config.php
index a16c268..d15878c 100755
--- a/config/config.php
+++ b/config/config.php
@@ -71,7 +71,7 @@ QnK0Bov0chs7kRKuaA/Hew==',
'internalVersion' => '27.1.10.2',
'downloadUrl' => 'https://download.nextcloud.com/server/releases/nextcloud-27.1.10.zip',
'web' => 'https://docs.nextcloud.com/server/27/admin_manual/maintenance/upgrade.html',
- 'eol' => false,
+ 'eol' => true,
'minPHPVersion' => '8.0',
'signature' => '0DZOZXph4HTIx1/OhzIkyveNg7SMISdIZbmcjCRSCFrGK6Ut2u62y6N6xc8D6v0v
brEvs8RG2hb8HxNBLvPJWBgku2FVJ6DSyXfBxm5cN1d2qQ2fL/DWjFl24++X6Yny
@@ -87,7 +87,7 @@ pFiyELE2Ee7Xpds/CTGunQ==',
'internalVersion' => '27.1.10.2',
'downloadUrl' => 'https://download.nextcloud.com/server/releases/nextcloud-27.1.10.zip',
'web' => 'https://docs.nextcloud.com/server/27/admin_manual/maintenance/upgrade.html',
- 'eol' => false,
+ 'eol' => true,
'minPHPVersion' => '8.0',
'signature' => '0DZOZXph4HTIx1/OhzIkyveNg7SMISdIZbmcjCRSCFrGK6Ut2u62y6N6xc8D6v0v
brEvs8RG2hb8HxNBLvPJWBgku2FVJ6DSyXfBxm5cN1d2qQ2fL/DWjFl24++X6Yny
@@ -714,7 +714,7 @@ mwTKMKNrGW5Jl+SHbV+U+A==',
'internalVersion' => '27.1.11.2',
'downloadUrl' => 'https://download.nextcloud.com/server/prereleases/nextcloud-27.1.11rc3.zip',
'web' => 'https://docs.nextcloud.com/server/27/admin_manual/maintenance/upgrade.html',
- 'eol' => false,
+ 'eol' => true,
'minPHPVersion' => '8.0',
'signature' => 'kmzpi3fhMm3qOzj59VF+kAcPVq1/apNpu959bCvQqT/lUOWp6hph3JBCDyjT1FYw
kgHXO5vnO4yiwAhfsiCvS4dn7gvP3yNJH3W/DagKpNj3e4GvgeunM1f15yU/wgda
@@ -730,7 +730,7 @@ FmqJCVXstlHcbZx1GCFThFCPqDiKQ3jQZuxI+C70tC4g3Lzs28pcIbP4F8NwSwCi
'internalVersion' => '27.1.11.2',
'downloadUrl' => 'https://download.nextcloud.com/server/prereleases/nextcloud-27.1.11rc3.zip',
'web' => 'https://docs.nextcloud.com/server/27/admin_manual/maintenance/upgrade.html',
- 'eol' => false,
+ 'eol' => true,
'minPHPVersion' => '8.0',
'signature' => 'kmzpi3fhMm3qOzj59VF+kAcPVq1/apNpu959bCvQqT/lUOWp6hph3JBCDyjT1FYw
kgHXO5vnO4yiwAhfsiCvS4dn7gvP3yNJH3W/DagKpNj3e4GvgeunM1f15yU/wgda
@@ -763,7 +763,7 @@ FmqJCVXstlHcbZx1GCFThFCPqDiKQ3jQZuxI+C70tC4g3Lzs28pcIbP4F8NwSwCi
'27' => [
'downloadUrl' => 'https://download.nextcloud.com/server/daily/latest-stable27.zip',
'web' => 'https://docs.nextcloud.com/server/27/admin_manual/maintenance/upgrade.html',
- 'eol' => false,
+ 'eol' => true,
'minPHPVersion' => '8.0',
],
'26' => [
diff --git a/config/major_versions.json b/config/major_versions.json
index f727e2c..f1a8d45 100644
--- a/config/major_versions.json
+++ b/config/major_versions.json
@@ -11,7 +11,7 @@
"minPHP": "8.0"
},
"27": {
- "eol": "2024-06-26",
+ "eol": "2024-06",
"minPHP": "8.0"
},
"26": {
AndyScherzinger
approved these changes
Jun 20, 2024
Altahrim
approved these changes
Jun 20, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.