diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c65b05f..b53e27e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,10 +18,10 @@ jobs: fail-fast: false matrix: include: - - image: geerlingguy/docker-debian10-ansible:latest - command: /lib/systemd/systemd - image: geerlingguy/docker-debian11-ansible:latest command: /lib/systemd/systemd + - image: geerlingguy/docker-debian12-ansible:latest + command: /lib/systemd/systemd - image: geerlingguy/docker-ubuntu2004-ansible:latest - image: geerlingguy/docker-ubuntu2204-ansible:latest - image: ghcr.io/artis3n/docker-almalinux8-ansible:latest diff --git a/README.md b/README.md index ef5ae10..efceeea 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ policies. Additionally we will focus on supporting the latest two stable releases of each, which at the time of writing are as follows: * CentOS 7.x -* Debian 10 or later +* Debian 11 or later * Ubuntu 20.04 LTS or later * AlmaLinux 8.x or later * RockyLinux 8.x or later diff --git a/meta/main.yml b/meta/main.yml index f7cfdf8..8c8a31d 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -15,8 +15,8 @@ galaxy_info: - "9" - name: Debian versions: - - buster - bullseye + - bookworm - name: Ubuntu versions: - focal