Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 10 additions & 11 deletions .github/DISCUSSION_TEMPLATE/questions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,16 @@ body:
attributes:
label: RabbitMQ version used
options:
- 4.3.1
- 4.3.0
- 4.2.7
- 4.2.6
- 4.2.5
- 4.2.4
- 4.2.3
- 4.2.2
- 4.2.1
- 4.2.0
- 4.1.7
- 4.1.6
- 4.1.5
- 4.1.4
- 4.1.3
- 4.1.2
- 4.1.1
- 4.1.0
- other (please specify)
validations:
required: true
Expand All @@ -48,6 +47,9 @@ body:
attributes:
label: Erlang version used
options:
- 29.0.x
- 28.5.x
- 28.4.x
- 28.3.x
- 28.2.x
- 28.1.x
Expand All @@ -56,9 +58,6 @@ body:
- 27.2.x
- 27.1.x
- 27.0.x
- 26.2.x
- 26.1.x
- 26.0.x
- other (please specify)
validations:
required: true
Expand Down
25 changes: 12 additions & 13 deletions .github/versions.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,27 @@
{
"rabbitmq": [
"4.3.1",
"4.3.0",
"4.2.7",
"4.2.6",
"4.2.5",
"4.2.4",
"4.2.3",
"4.2.2",
"4.2.1",
"4.2.0",
"4.1.7",
"4.1.6",
"4.1.5",
"4.1.4",
"4.1.3",
"4.1.2",
"4.1.1",
"4.1.0"
"4.2.0"
],
"erlang": [
"29.0.x",
"28.5.x",
"28.4.x",
"28.3.x",
"28.2.x",
"28.1.x",
"28.0.x",
"27.3.x",
"27.2.x",
"27.1.x",
"27.0.x",
"26.2.x",
"26.1.x",
"26.0.x"
"27.0.x"
]
}