Skip to content

Commit

Permalink
Add Ubuntu 24.04 to the list of testing targets and make it default
Browse files Browse the repository at this point in the history
  • Loading branch information
corvus-migratorius committed Feb 5, 2025
1 parent 72ced4a commit a78f03e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/molecule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
strategy:
matrix:
distro:
- ubuntu2404
- ubuntu2204
- ubuntu2004

Expand Down
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ galaxy_info:

platforms:
- name: "Ubuntu"
versions: [ "focal", "jammy" ]
versions: [ "focal", "jammy", "noble" ]

galaxy_tags: [ ]

Expand Down
2 changes: 1 addition & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ driver:

platforms:
- name: ubuntu
image: geerlingguy/docker-${MOLECULE_DISTRO:-ubuntu2204}-ansible:latest
image: geerlingguy/docker-${MOLECULE_DISTRO:-ubuntu2404}-ansible:latest
pre_build_image: true
command: ${MOLECULE_DOCKER_COMMAND:-""}
volumes:
Expand Down

0 comments on commit a78f03e

Please sign in to comment.