From 417e6cbdf8c0024eba2bfc66d1bb90493ab9bb96 Mon Sep 17 00:00:00 2001 From: Alexander Olofsson Date: Fri, 20 Sep 2024 16:29:32 +0200 Subject: [PATCH] Update list of OSes to Vox-supported versions --- metadata.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/metadata.json b/metadata.json index 659faac..e72214c 100644 --- a/metadata.json +++ b/metadata.json @@ -41,22 +41,19 @@ { "operatingsystem": "CentOS", "operatingsystemrelease": [ - "7", - "8" + "9" ] }, { "operatingsystem": "Debian", "operatingsystemrelease": [ - "10" + "12" ] }, { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ - "18.04", "20.04", - "20.10", "22.04" ] }