Skip to content

Commit a9af509

Browse files
authored
Merge pull request #28 from systemli/debian-bookworm
Add Debian 12 bookworm support; drop Debian 10 buster support
2 parents f35af7d + 645271e commit a9af509

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ on:
1717
jobs:
1818
integration:
1919
name: Integration
20-
uses: systemli/github-ansible-workflow/.github/workflows/ansible-integration-workflow.yaml@main
20+
uses: systemli/github-ansible-workflow/.github/workflows/ansible-integration-workflow.yaml@v1.2.0
2121
with:
22-
distros: '[ "debian11", "debian10" ]'
22+
distros: '[ "debian12", "debian11" ]'

molecule/default/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ lint: |
1111
ansible-lint
1212
platforms:
1313
- name: instance
14-
box: debian/bullseye64
14+
box: debian/bookworm64
1515
provisioner:
1616
become: true

0 commit comments

Comments
 (0)