From 876d657b284b3bcd1c545acfea39c510db64c20e Mon Sep 17 00:00:00 2001 From: William Yardley Date: Fri, 6 Sep 2024 10:02:27 -0700 Subject: [PATCH] Drop RedHat / CentOS 7 support and add 9 --- metadata.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata.json b/metadata.json index 86025a992..8ade42fcf 100644 --- a/metadata.json +++ b/metadata.json @@ -11,13 +11,13 @@ { "operatingsystem": "RedHat", "operatingsystemrelease": [ - "7" + "9" ] }, { "operatingsystem": "CentOS", "operatingsystemrelease": [ - "7" + "9" ] }, {