diff options
author | Git'Fellow <12234510+solracsf@users.noreply.github.com> | 2024-06-30 08:30:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-30 08:30:08 +0200 |
commit | 9ed96d766a2735acf2b2c130b4373c3684ed0025 (patch) | |
tree | 36f9a8a299a2d1f9e6fec116be6381ecf387bae3 /.github/ISSUE_TEMPLATE | |
parent | a7fd9c983192117012180e2e46e0be18709f36ac (diff) | |
download | nextcloud-server-9ed96d766a2735acf2b2c130b4373c3684ed0025.tar.gz nextcloud-server-9ed96d766a2735acf2b2c130b4373c3684ed0025.zip |
chore: remove EOL v27 from issue template
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 6 |
1 files 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 |