mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-07-25 00:44:35 +00:00
chore(ci): Update tested versions and excludes for 2.21
Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
16
.github/workflows/ci.yml
vendored
16
.github/workflows/ci.yml
vendored
@@ -138,6 +138,14 @@ jobs:
|
|||||||
"ansible-version": "stable-2.20",
|
"ansible-version": "stable-2.20",
|
||||||
"python-version": "3.11"
|
"python-version": "3.11"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"ansible-version": "stable-2.21",
|
||||||
|
"python-version": "3.10"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ansible-version": "stable-2.21",
|
||||||
|
"python-version": "3.11"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"ansible-version": "milestone",
|
"ansible-version": "milestone",
|
||||||
"python-version": "3.10"
|
"python-version": "3.10"
|
||||||
@@ -203,6 +211,14 @@ jobs:
|
|||||||
"ansible-version": "stable-2.20",
|
"ansible-version": "stable-2.20",
|
||||||
"python-version": "3.11"
|
"python-version": "3.11"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"ansible-version": "stable-2.21",
|
||||||
|
"python-version": "3.10"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ansible-version": "stable-2.21",
|
||||||
|
"python-version": "3.11"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"ansible-version": "milestone",
|
"ansible-version": "milestone",
|
||||||
"python-version": "3.10"
|
"python-version": "3.10"
|
||||||
|
|||||||
9
.github/workflows/integration.yml
vendored
9
.github/workflows/integration.yml
vendored
@@ -47,6 +47,14 @@ on:
|
|||||||
"ansible-version": "stable-2.20",
|
"ansible-version": "stable-2.20",
|
||||||
"python-version": "3.11"
|
"python-version": "3.11"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"ansible-version": "stable-2.21",
|
||||||
|
"python-version": "3.10"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ansible-version": "stable-2.21",
|
||||||
|
"python-version": "3.11"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"ansible-version": "milestone",
|
"ansible-version": "milestone",
|
||||||
"python-version": "3.10"
|
"python-version": "3.10"
|
||||||
@@ -100,6 +108,7 @@ jobs:
|
|||||||
- stable-2.18
|
- stable-2.18
|
||||||
- stable-2.19
|
- stable-2.19
|
||||||
- stable-2.20
|
- stable-2.20
|
||||||
|
- stable-2.21
|
||||||
- milestone
|
- milestone
|
||||||
- devel
|
- devel
|
||||||
python-version:
|
python-version:
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ This repository hosts the `kubevirt.core` Ansible Collection, which provides vir
|
|||||||
<!--start requires_ansible -->
|
<!--start requires_ansible -->
|
||||||
## Ansible and Python version compatibility
|
## Ansible and Python version compatibility
|
||||||
|
|
||||||
This collection has been tested against Ansible versions **>=2.16,<=2.20** and Python versions **>=3.10,<=3.14**.
|
This collection has been tested against Ansible versions **>=2.16,<=2.21** and Python versions **>=3.10,<=3.14**.
|
||||||
|
|
||||||
See the [Ansible core support matrix](https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix) for supported combinations.
|
See the [Ansible core support matrix](https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix) for supported combinations.
|
||||||
<!--end requires_ansible -->
|
<!--end requires_ansible -->
|
||||||
|
|||||||
Reference in New Issue
Block a user