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