Skip to content

Commit c8abc73

Browse files
committed
fix: Adjust issue template
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent b275984 commit c8abc73

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ body:
7070
Select Nextcloud Server version.
7171
_Versions not listed here are not maintained and not supported anymore_
7272
options:
73-
- "28"
7473
- "29"
7574
- "30"
75+
- "31"
7676
- "master"
7777
validations:
7878
required: true
@@ -95,10 +95,10 @@ body:
9595
Select PHP engine version serving Nextcloud Server.
9696
_Describe in the "Additional info" section if you chose "Other"._
9797
options:
98+
- "PHP 8.4"
9899
- "PHP 8.3"
99100
- "PHP 8.2"
100101
- "PHP 8.1"
101-
- "PHP 8.0"
102102
- "Other"
103103
- type: dropdown
104104
id: webserver
@@ -132,8 +132,8 @@ body:
132132
description: |
133133
Select if bug is present after an update or on a fresh install.
134134
options:
135-
- "Updated from a MINOR version (ex. 28.0.1 to 28.0.2)"
136-
- "Upgraded to a MAJOR version (ex. 28 to 29)"
135+
- "Updated from a MINOR version (ex. 32.0.1 to 32.0.2)"
136+
- "Upgraded to a MAJOR version (ex. 31 to 32)"
137137
- "Fresh Nextcloud Server install"
138138
- type: dropdown
139139
id: encryption

0 commit comments

Comments
 (0)