Skip to content

Commit

Permalink
Add Debian 12 to testing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
andyundso committed Dec 20, 2023
1 parent a2b81b3 commit a58fef4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- ubuntu2204
- debian10
- debian11
- debian12

steps:
- name: Check out the codebase.
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ driver:
name: docker
platforms:
- name: instance
image: "geerlingguy/docker-${MOLECULE_DISTRO:-debian11}-ansible:latest"
image: "geerlingguy/docker-${MOLECULE_DISTRO:-debian12}-ansible:latest"
command: ${MOLECULE_DOCKER_COMMAND:-""}
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
Expand Down

0 comments on commit a58fef4

Please sign in to comment.