From 0020ae819c9dfb79dcb3bf4e90921d4be6f1afa6 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Mon, 15 Jul 2024 15:38:41 +0200 Subject: [PATCH] Add RHEL 9 & Fedora 39 & 40 support --- metadata.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/metadata.json b/metadata.json index 9eab7c4..7da9e60 100644 --- a/metadata.json +++ b/metadata.json @@ -35,7 +35,8 @@ { "operatingsystem": "RedHat", "operatingsystemrelease": [ - "8" + "8", + "9" ] }, { @@ -47,8 +48,8 @@ { "operatingsystem": "Fedora", "operatingsystemrelease": [ - "37", - "38" + "39", + "40" ] }, {