Skip to content

Commit

Permalink
Ubuntu Noble.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-de-bock committed Apr 26, 2024
1 parent d83b487 commit 414698f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- image: "debian"
tag: "bullseye"
- image: "fedora"
tag: "38"
tag: "39"
- image: "fedora"
tag: "latest"
- image: "fedora"
Expand All @@ -54,9 +54,9 @@ jobs:
- image: "ubuntu"
tag: "latest"
- image: "ubuntu"
tag: "focal"
tag: "jammy"
- image: "ubuntu"
tag: "bionic"
tag: "focal"
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ molecule:
- image: "debian"
tag: "bullseye"
- image: "fedora"
tag: "38"
tag: "39"
- image: "fedora"
tag: "latest"
- image: "fedora"
Expand All @@ -37,9 +37,9 @@ molecule:
- image: "ubuntu"
tag: "latest"
- image: "ubuntu"
tag: "focal"
tag: "jammy"
- image: "ubuntu"
tag: "bionic"
tag: "focal"

galaxy:
script:
Expand Down

0 comments on commit 414698f

Please sign in to comment.