Skip to content

Commit

Permalink
fix(ci): update molecule distros
Browse files Browse the repository at this point in the history
  • Loading branch information
adf-patrickha committed Jan 6, 2025
1 parent 02bb706 commit e1b85fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
test:
uses: adfinis/github-workflows-bareos/.github/workflows/molecule.yaml@v0.2.1
uses: adfinis/github-workflows-bareos/.github/workflows/molecule.yaml@v0.5.1
with:
systems: |
{
Expand All @@ -38,7 +38,7 @@ jobs:
},
{
"image": "fedora",
"tag": "39"
"tag": "40"
},
{
"image": "opensuse",
Expand All @@ -50,7 +50,7 @@ jobs:
},
{
"image": "ubuntu",
"tag": "focal"
"tag": "jammy"
}
]
}

0 comments on commit e1b85fb

Please sign in to comment.