Skip to content

Commit

Permalink
chore(ci): update fedora versions (#8)
Browse files Browse the repository at this point in the history
"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/
  • Loading branch information
adf-patrickha authored May 3, 2024
1 parent 03cadf6 commit 0007592
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
---
#
# Ansible managed
#

name: Ansible Molecule

Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 0007592

Please sign in to comment.