Skip to content

Commit

Permalink
Add Debian 12; Remove Debian 10 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
combssm authored May 13, 2024
1 parent 6f7fb86 commit 0f590f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ galaxy_info:
- "9"
- name: Debian
versions:
- buster
- bullseye
- bookworm
- name: Ubuntu
versions:
- focal
Expand Down

0 comments on commit 0f590f2

Please sign in to comment.