diff options
author | Git'Fellow <12234510+solracsf@users.noreply.github.com> | 2023-11-06 10:34:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-06 10:34:16 +0100 |
commit | 12c5c126e61c4647d3d9ac04bbd79e72c8c2c8e9 (patch) | |
tree | f13f86f50eedad319e710ede373b329c945e3272 /.github/ISSUE_TEMPLATE | |
parent | f12a881ba51dd0492728609d3d12d169e8971949 (diff) | |
download | nextcloud-server-12c5c126e61c4647d3d9ac04bbd79e72c8c2c8e9.tar.gz nextcloud-server-12c5c126e61c4647d3d9ac04bbd79e72c8c2c8e9.zip |
Update supported versions on 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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index bbf73e9ae24..74eb31507a2 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -76,9 +76,9 @@ body: Select Nextcloud Server version. _Versions not listed here are not maintained and not supported anymore_ options: - - "25" - "26" - "27" + - "28" - "master" validations: required: true |