ci: add debian13, rockylinux10, use ansible==12.2.0
This commit is contained in:
@@ -38,10 +38,12 @@ jobs:
|
||||
matrix:
|
||||
distro:
|
||||
- rockylinux9
|
||||
- rockylinux10
|
||||
- ubuntu2204
|
||||
- ubuntu2404
|
||||
- debian11
|
||||
- debian12
|
||||
- debian13
|
||||
|
||||
steps:
|
||||
- name: Checkout the codebase
|
||||
@@ -53,7 +55,7 @@ jobs:
|
||||
with:
|
||||
python-version: "3.x"
|
||||
- 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
|
||||
run: molecule test
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user