From 907bdfa4fd6217adec88ca4cb384e122c4b07217 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Sat, 6 Jan 2024 15:35:16 +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 821bae5..194c71c 100644 --- a/metadata.json +++ b/metadata.json @@ -31,14 +31,16 @@ "operatingsystem": "CentOS", "operatingsystemrelease": [ "7", - "8" + "8", + "9" ] }, { "operatingsystem": "RedHat", "operatingsystemrelease": [ "7", - "8" + "8", + "9" ] }, {