From 4872bc0bf283040607ea9a4a454895744c66c486 Mon Sep 17 00:00:00 2001 From: Tim Date: Thu, 2 Dec 2021 15:02:01 +0100 Subject: [PATCH] Drop EoL operating systems from metadata.json --- metadata.json | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/metadata.json b/metadata.json index b692044..9a3f8c7 100644 --- a/metadata.json +++ b/metadata.json @@ -27,39 +27,36 @@ { "operatingsystem": "Debian", "operatingsystemrelease": [ - "7", - "8", - "9" + "10", + "11" ] }, { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ - "14.04", - "16.04", "18.04", - "18.10" + "20.04" ] }, { "operatingsystem": "RedHat", "operatingsystemrelease": [ - "6", - "7" + "7", + "8" ] }, { "operatingsystem": "CentOS", "operatingsystemrelease": [ - "6", - "7" + "7", + "8" ] }, { "operatingsystem": "OracleLinux", "operatingsystemrelease": [ - "6", - "7" + "7", + "8" ] } ],