Skip to content

Commit

Permalink
feat(ci): fedora 40, ubuntu 2404
Browse files Browse the repository at this point in the history
Run tests against new distro releases
Refs: #3
  • Loading branch information
adf-patrickha committed Sep 16, 2024
1 parent 104c031 commit d1d5258
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
lint:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
Expand All @@ -21,7 +21,7 @@ jobs:
test:
needs:
- lint
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand All @@ -30,14 +30,14 @@ jobs:
tag: "latest"
- image: "debian"
tag: "bullseye"
- image: "fedora"
tag: "38"
- image: "fedora"
tag: "39"
- image: "ubuntu"
tag: "focal"
- image: "fedora"
tag: "40"
- image: "ubuntu"
tag: "jammy"
- image: "ubuntu"
tag: "numbat"
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ galaxy_info:
- bullseye
- name: Fedora
versions:
- "38"
- "39"
- "40"
- name: Ubuntu
versions:
- jammy
- focal
- noble

galaxy_tags:
- backup
Expand Down

0 comments on commit d1d5258

Please sign in to comment.