From ea2fb16e23f3f903d8d32364a9f7ca8ddd9fdc6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Sat, 8 Jun 2024 13:30:53 +0200 Subject: [PATCH] Remove CentOS8 from supported OS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- docs/main/prerequisites.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/main/prerequisites.md b/docs/main/prerequisites.md index 519bfc44..b2cb8e89 100644 --- a/docs/main/prerequisites.md +++ b/docs/main/prerequisites.md @@ -32,7 +32,7 @@ The following operating systems are **officially** supported: | Ubuntu | 20.x / 22.x / 23.x / 24.x | ARM / x86_64 | | Debian | 10 / 11 / 12 | ARM / x86_64 / i386 | | Fedora | 39 / 40 | ARM / x86_64 | -| CentOS Stream | 8 / 9 | x86_64 | +| CentOS Stream | 9 | x86_64 | !!! info