ci: add debian13, rockylinux10, use ansible==12.2.0
This commit is contained in:
@@ -38,10 +38,12 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
distro:
|
distro:
|
||||||
- rockylinux9
|
- rockylinux9
|
||||||
|
- rockylinux10
|
||||||
- ubuntu2204
|
- ubuntu2204
|
||||||
- ubuntu2404
|
- ubuntu2404
|
||||||
- debian11
|
- debian11
|
||||||
- debian12
|
- debian12
|
||||||
|
- debian13
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the codebase
|
- name: Checkout the codebase
|
||||||
@@ -53,7 +55,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: "3.x"
|
python-version: "3.x"
|
||||||
- name: Intall test dependencies
|
- name: Intall test dependencies
|
||||||
run: pip3 install ansible molecule molecule-plugins[docker] docker
|
run: pip3 install ansible==12.2.0 molecule molecule-plugins[docker] docker
|
||||||
- name: Run Molecule tests
|
- name: Run Molecule tests
|
||||||
run: molecule test
|
run: molecule test
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user