From e4c39d49114482e1da937d950cf9094024e20eac Mon Sep 17 00:00:00 2001 From: Patrick Hasler Date: Thu, 2 May 2024 10:34:15 +0200 Subject: [PATCH] chore(ci): update fedora versions "latest" is now fedora 40 and is not working yet, due to missing bareos packages. Fedora latest run will fail for now. Added note to remove 38 as soon as 40 is working again. Refs: https://download.bareos.org/current/ --- .github/workflows/molecule.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 917b971..de0f207 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -1,7 +1,4 @@ --- -# -# Ansible managed -# name: Ansible Molecule @@ -43,6 +40,10 @@ jobs: tag: "latest" - 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: "opensuse"