Skip to content

Commit 8ee9b25

Browse files
authored
Remove 3.13 from ltsVersions (#3016)
3.13 is not released yet; listing it as an LTS version breaks CI in prometheus/prometheus. Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
1 parent 7f86c70 commit 8ee9b25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default {
4646

4747
// Long-term support versions configuration.
4848
ltsVersions: {
49-
prometheus: ["3.5", "3.13"],
49+
prometheus: ["3.5"],
5050
},
5151

5252
// Repositories for the downloads page. The order in this file is the

0 commit comments

Comments
 (0)