From 63355d8ced24419313b5d78db5fd3cf7d00f07d7 Mon Sep 17 00:00:00 2001 From: Alex Blackie Date: Mon, 9 Oct 2023 14:54:24 -0400 Subject: [PATCH] Update platforms list to match new test matrix We are only interested in supporting the latest releases/LTSes of each distro, so we need to update the list to match what we test. Also we added SUSE support, thought we fudge it a bit to claim SLES support despite testing against OpenSUSE. I won't tell if you don't. --- meta/main.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/meta/main.yml b/meta/main.yml index 728151c..332e144 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -10,15 +10,18 @@ galaxy_info: platforms: - name: EL versions: - - 8 - 9 - name: Debian versions: - - all + - bookworm - name: Ubuntu versions: - - all + - jammy + + - name: SLES + versions: + - 15 galaxy_tags: - security