From bf7ea2729e2969376d6505ebd946c4afedbb2011 Mon Sep 17 00:00:00 2001 From: adf-patrickha <84573341+adf-patrickha@users.noreply.github.com> Date: Fri, 3 May 2024 09:21:55 +0200 Subject: [PATCH] chore(ci): update fedora versions (#2) * chore(ci): rm fedora 37, add v39 (latest) * fix(ci): fedora latest is now 40, added 39 separately * chore(ci): add TODO note for fedora --- .github/workflows/molecule.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 24ad7c0..46549c5 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -39,10 +39,14 @@ jobs: tag: "8" - image: "enterpriselinux" tag: "latest" - - image: "fedora" - tag: "37" - image: "fedora" tag: "38" + - image: "fedora" + tag: "39" + # TODO no packages for fedora 40 yet: https://download.bareos.org/current/ + # pipeline will fail for now. replace 38 as soon as 40 is ready and working. + - image: "fedora" + tag: "latest" - image: "ubuntu" tag: "latest" - image: "ubuntu"