From 00075926a80ca5ab146b648a9260ec3c6a61d826 Mon Sep 17 00:00:00 2001 From: adf-patrickha <84573341+adf-patrickha@users.noreply.github.com> Date: Fri, 3 May 2024 09:21:39 +0200 Subject: [PATCH] chore(ci): update fedora versions (#8) "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"