From 7a28ca292f9c0a8d6f925cb948b4696ac60600cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Tue, 10 Sep 2024 08:59:11 -0700 Subject: [PATCH] Drop support for EOL operating systems * Debian 6, 7, 10 * Ubuntu 10.04, 12.04, 14.04 * RedHat 5, 6 * FreeBSD 11, 12 --- metadata.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/metadata.json b/metadata.json index 395ad58..570581c 100644 --- a/metadata.json +++ b/metadata.json @@ -21,18 +21,12 @@ { "operatingsystem": "Debian", "operatingsystemrelease": [ - "6", - "7", - "10", "11" ] }, { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ - "10.04", - "12.04", - "14.04", "20.04", "22.04" ] @@ -40,8 +34,6 @@ { "operatingsystem": "RedHat", "operatingsystemrelease": [ - "5", - "6", "9" ] }, @@ -58,8 +50,6 @@ { "operatingsystem": "FreeBSD", "operatingsystemrelease": [ - "11", - "12", "13", "14" ]