doc: add support for Debian 12

Fixes https://github.com/scylladb/scylladb/issues/26640

Closes scylladb/scylladb#26668

(cherry picked from commit 9c0ff7c46b)

Closes scylladb/scylladb#26677
This commit is contained in:
Anna Stuchlik
2025-10-22 10:59:48 +02:00
committed by Botond Dénes
parent ffd70630e5
commit b5a5828fff

View File

@@ -1,7 +1,7 @@
{
"Linux Distributions": {
"Ubuntu": ["20.04 (deprecated)", "22.04", "24.04"],
"Debian": ["11"],
"Debian": ["11", "12"],
"Rocky / CentOS / RHEL": ["8", "9"],
"Amazon Linux": ["2023"]
},
@@ -10,7 +10,7 @@
"version": "ScyllaDB 2025.2",
"supported_OS": {
"Ubuntu": ["20.04 (deprecated)", "22.04", "24.04"],
"Debian": ["11"],
"Debian": ["11", "12"],
"Rocky / CentOS / RHEL": ["8", "9"],
"Amazon Linux": ["2023"]
}
@@ -19,7 +19,7 @@
"version": "ScyllaDB 2025.1",
"supported_OS": {
"Ubuntu": ["20.04 (deprecated)", "22.04", "24.04"],
"Debian": ["11"],
"Debian": ["11", "12"],
"Rocky / CentOS / RHEL": ["8", "9"],
"Amazon Linux": ["2023"]
}