From 6c80834f008dc77e823cf5b2ec601e51b62d0bad Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Thu, 8 Feb 2024 12:17:43 +0100 Subject: [PATCH] Add EL9 support --- metadata.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/metadata.json b/metadata.json index 5bc5da5..70271b8 100644 --- a/metadata.json +++ b/metadata.json @@ -12,21 +12,24 @@ "operatingsystem": "RedHat", "operatingsystemrelease": [ "7", - "8" + "8", + "9" ] }, { "operatingsystem": "CentOS", "operatingsystemrelease": [ "7", - "8" + "8", + "9" ] }, { "operatingsystem": "OracleLinux", "operatingsystemrelease": [ "7", - "8" + "8", + "9" ] }, {