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 63ca5f7 commit e3f0d69
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
Expand Up @@ -42,7 +42,7 @@ jobs:
- image: "enterpriselinux"
tag: "latest"
- image: "fedora"
tag: "38"
tag: "39"
- image: "fedora"
tag: "latest"
- image: "fedora"
Expand All @@ -52,9 +52,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
Expand Up @@ -25,7 +25,7 @@ molecule:
- image: "enterpriselinux"
tag: "latest"
- image: "fedora"
tag: "38"
tag: "39"
- image: "fedora"
tag: "latest"
- image: "fedora"
Expand All @@ -35,9 +35,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 e3f0d69

Please sign in to comment.