From 6583987150985a1aa58994b2eed395e7066e34c9 Mon Sep 17 00:00:00 2001 From: Vlad Date: Thu, 9 May 2024 15:11:39 -0500 Subject: [PATCH] Update supported OS Distributions --- .github/workflows/test.yml | 6 +++--- molecule/default/molecule.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2ece03b..db752fd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,12 +40,12 @@ jobs: fail-fast: true matrix: os: + - ubuntu2404 - ubuntu2204 - - ubuntu2004 - debian12 - debian11 - - fedora37 - - fedora38 + - fedora40 + - fedora39 - rockylinux8 - rockylinux9 scenario: ${{ fromJSON(needs.changes.outputs.scenario) }} diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index 1781070..6556a6f 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -5,7 +5,7 @@ driver: name: docker platforms: - name: instance - image: "geerlingguy/docker-${MOLECULE_DISTRO:-ubuntu2204}-ansible:latest" + image: "geerlingguy/docker-${MOLECULE_DISTRO:-ubuntu2404}-ansible:latest" command: ${MOLECULE_DOCKER_COMMAND:-""} volumes: - /sys/fs/cgroup:/sys/fs/cgroup:rw