Skip to content

Commit 9c3e7f1

Browse files
Add Debian bookworm support, remove buster
1 parent 94c5ad1 commit 9c3e7f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
uses: systemli/github-ansible-workflow/.github/workflows/[email protected]
2222
with:
2323
disable-apparmor-mysql: true
24-
distros: '[ "debian11", "debian10" ]'
24+
distros: '[ "debian12", "debian11" ]'

meta/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ galaxy_info:
1313
platforms:
1414
- name: Debian
1515
versions:
16-
- buster
16+
- bookworm
1717
- bullseye
1818
dependencies: []

0 commit comments

Comments
 (0)