From 7b80340bb193e0649f28bdcf486fb9ab14e78739 Mon Sep 17 00:00:00 2001 From: Dan Berkowitz Date: Thu, 6 Jun 2024 20:21:26 -0400 Subject: [PATCH] Remove EOL OS from testing, their boxes either have config issues or upstream dont exist for builds --- metadata.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/metadata.json b/metadata.json index d9898004..1fcbf89b 100644 --- a/metadata.json +++ b/metadata.json @@ -20,7 +20,6 @@ "operatingsystem": "CentOS", "operatingsystemrelease": [ "7", - "8", "9" ] }, @@ -48,14 +47,13 @@ { "operatingsystem": "Fedora", "operatingsystemrelease": [ - "38", - "39" + "39", + "40" ] }, { "operatingsystem": "Debian", "operatingsystemrelease": [ - "10", "11", "12" ]