Skip to content

Commit

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

0 comments on commit bf7ea27

Please sign in to comment.