mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-01 05:53:26 -07:00
CI: Add Debian 13 Trixie (#10638)
* Add Debian 13 Trixie to CI. * Add adjustments. * Disable one apache2_module test for Debian 13. * Disable ejabberd_user test on Debian 13. * Fix paramiko install. * Skip cloud_init_data_facts on Debian 13. * Fix postgresql setup. * Fix timezone tests.
This commit is contained in:
parent
e6502a8e51
commit
07ce00417d
15 changed files with 85 additions and 11 deletions
|
@ -339,10 +339,12 @@ stages:
|
|||
parameters:
|
||||
testFormat: devel/linux-community/{0}
|
||||
targets:
|
||||
- name: Debian Bullseye
|
||||
- name: Debian 11 Bullseye
|
||||
test: debian-bullseye/3.9
|
||||
- name: Debian Bookworm
|
||||
- name: Debian 12 Bookworm
|
||||
test: debian-bookworm/3.11
|
||||
- name: Debian 13 Trixie
|
||||
test: debian-13-trixie/3.13
|
||||
- name: ArchLinux
|
||||
test: archlinux/3.13
|
||||
groups:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue