From 30418bb32182d0d6465b7b5b31a3bd88e98d1799 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 15 Mar 2022 09:36:15 +0900 Subject: [PATCH] Add CentOS 9 to supported operating systems This is follow-up of 1698451e2069f4c067ba394a05703aa559c03863 and adds CentOS 9 to supported operating systems. The required logic was implemented by that change but the supported versions of CentOS were not updated by that commit. --- metadata.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index f7baef0c..b216c733 100644 --- a/metadata.json +++ b/metadata.json @@ -60,7 +60,8 @@ "operatingsystem": "CentOS", "operatingsystemrelease": [ "7", - "8" + "8", + "9" ] }, {