From cd48ea582e30918c44789843f9a8aa9111f2c199 Mon Sep 17 00:00:00 2001 From: Patrick Hasler Date: Mon, 29 Jan 2024 13:04:54 +0100 Subject: [PATCH 1/2] 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" From 7f82b4db1635f7e8038c5db030072dda3d117233 Mon Sep 17 00:00:00 2001 From: Patrick Hasler Date: Mon, 29 Jan 2024 13:18:46 +0100 Subject: [PATCH 2/2] chore(CI): replace tag "39" with "latest" --- .github/workflows/molecule.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index fc5a3bb..917b971 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -44,7 +44,7 @@ jobs: - image: "fedora" tag: "38" - image: "fedora" - tag: "39" + tag: "latest" - image: "opensuse" tag: "latest" - image: "ubuntu"