Skip to content

Commit 1d71f10

Browse files
Test against Debian Trixie and list as supported release in Galaxy Meta
1 parent b72012e commit 1d71f10

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ on:
1313
jobs:
1414
integration:
1515
name: Integration
16-
uses: systemli/github-ansible-workflow/.github/workflows/ansible-integration-workflow.yaml@v1.4.0
16+
uses: systemli/github-ansible-workflow/.github/workflows/ansible-integration-workflow.yaml@v1.6.0
1717
with:
18-
distros: '[ "debian12", "debian11", "ubuntu2404", "ubuntu2204" ]'
18+
distros: '[ "debian13", "debian12", "ubuntu2404", "ubuntu2204" ]'

meta/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ galaxy_info:
55
description: role to maintain and configure etherpad lite
66
company: systemli.org
77
license: GPLv3
8-
min_ansible_version: "2.3"
8+
min_ansible_version: "2.4"
99
platforms:
1010
- name: Debian
1111
versions:
12+
- trixie
1213
- bookworm
13-
- bullseye
1414
- name: Ubuntu
1515
versions:
1616
- noble

0 commit comments

Comments
 (0)