From cd48ea582e30918c44789843f9a8aa9111f2c199 Mon Sep 17 00:00:00 2001 From: Patrick Hasler Date: Mon, 29 Jan 2024 13:04:54 +0100 Subject: [PATCH] feat(CI): replace Fedora 37 with 39 in molecule --- .github/workflows/molecule.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 90164c9..fc5a3bb 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -41,10 +41,10 @@ jobs: tag: "8" - image: "enterpriselinux" tag: "latest" - - image: "fedora" - tag: "37" - image: "fedora" tag: "38" + - image: "fedora" + tag: "39" - image: "opensuse" tag: "latest" - image: "ubuntu"