From 1bd41d0efdc649ecbd16e290f5139d440592a816 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Tue, 31 Oct 2023 23:38:09 +0100 Subject: [PATCH] Add EL9 support --- metadata.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/metadata.json b/metadata.json index 06b8f6ffd..37afcbc5c 100644 --- a/metadata.json +++ b/metadata.json @@ -45,14 +45,16 @@ "operatingsystem": "RedHat", "operatingsystemrelease": [ "7", - "8" + "8", + "9" ] }, { "operatingsystem": "CentOS", "operatingsystemrelease": [ "7", - "8" + "8", + "9" ] } ],