From 9ed96d766a2735acf2b2c130b4373c3684ed0025 Mon Sep 17 00:00:00 2001 From: Git'Fellow <12234510+solracsf@users.noreply.github.com> Date: Sun, 30 Jun 2024 08:30:08 +0200 Subject: chore: remove EOL v27 from issue template Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index 0a15c5a06a5..269e6fe5ae7 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -86,7 +86,6 @@ body: Select Nextcloud Server version. _Versions not listed here are not maintained and not supported anymore_ options: - - "27" - "28" - "29" - "master" @@ -111,7 +110,6 @@ body: Select PHP engine version serving Nextcloud Server. _Describe in the "Additional info" section if you chose "Other"._ options: - - "PHP 8.0" - "PHP 8.1" - "PHP 8.2" - "PHP 8.3" @@ -148,8 +146,8 @@ body: description: | Select if bug is present after an update or on a fresh install. options: - - "Updated from a MINOR version (ex. 22.1 to 22.2)" - - "Upgraded to a MAJOR version (ex. 22 to 23)" + - "Updated from a MINOR version (ex. 28.0.1 to 28.0.2)" + - "Upgraded to a MAJOR version (ex. 28 to 29)" - "Fresh Nextcloud Server install" - type: dropdown id: encryption -- cgit v1.2.3 From 2787c8f2a79868ff6d537659c3e2a3a1ac4903a6 Mon Sep 17 00:00:00 2001 From: Git'Fellow <12234510+solracsf@users.noreply.github.com> Date: Sun, 30 Jun 2024 15:23:32 +0200 Subject: chore: Keep v28 supported PHP 8.0 Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index 269e6fe5ae7..d5038c03f23 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -110,6 +110,7 @@ body: Select PHP engine version serving Nextcloud Server. _Describe in the "Additional info" section if you chose "Other"._ options: + - "PHP 8.0" - "PHP 8.1" - "PHP 8.2" - "PHP 8.3" -- cgit v1.2.3