Skip to content

Commit 5c79737

Browse files
committed
Add CI for Debian 13
1 parent 6e1510c commit 5c79737

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
matrix:
3939
distro:
4040
- debian12
41+
- debian13
4142
- ubuntu2204
4243
- ubuntu2404
4344
steps:

molecule/default/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ driver:
55
name: docker
66
platforms:
77
- name: instance
8-
image: "geerlingguy/docker-${MOLECULE_DISTRO:-debian12}-ansible:latest"
8+
image: "geerlingguy/docker-${MOLECULE_DISTRO:-debian13}-ansible:latest"
99
command: ${MOLECULE_DOCKER_COMMAND:-""}
1010
volumes:
1111
- /sys/fs/cgroup:/sys/fs/cgroup:rw

0 commit comments

Comments
 (0)