From 2637334f121b6e9e1e1ad1741fa7d07222f7729c Mon Sep 17 00:00:00 2001 From: Patrick Hasler Date: Wed, 30 Oct 2024 10:05:10 +0100 Subject: [PATCH] fix(ci): drop unsupported distros drop all distros that are sadly incompatible with the `robertdebock.bootstrap` role. --- .github/workflows/molecule.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index f9e0b44..5fe1f3f 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -30,20 +30,16 @@ jobs: tag: "latest" - image: "debian" tag: "bullseye" - - image: "enterpriselinux" - tag: "8" - image: "enterpriselinux" tag: "latest" - image: "fedora" tag: "39" - image: "fedora" tag: "latest" - - image: "opensuse" - tag: "latest" - image: "ubuntu" - tag: "latest" + tag: "jammy" - image: "ubuntu" - tag: "focal" + tag: "latest" steps: - name: checkout uses: actions/checkout@v4