mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-03-26 19:03:16 +00:00
chore: Bump tested Ansible and Python versions
Bump the tested Ansible and Python version to include Ansible 2.18 and Python 3.13. Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
22
.github/workflows/integration.yml
vendored
22
.github/workflows/integration.yml
vendored
@@ -11,14 +11,34 @@ on:
|
||||
"ansible-version": "stable-2.15",
|
||||
"python-version": "3.12"
|
||||
},
|
||||
{
|
||||
"ansible-version": "stable-2.15",
|
||||
"python-version": "3.13"
|
||||
},
|
||||
{
|
||||
"ansible-version": "stable-2.16",
|
||||
"python-version": "3.9"
|
||||
},
|
||||
{
|
||||
"ansible-version": "stable-2.16",
|
||||
"python-version": "3.13"
|
||||
},
|
||||
{
|
||||
"ansible-version": "stable-2.17",
|
||||
"python-version": "3.9"
|
||||
},
|
||||
{
|
||||
"ansible-version": "stable-2.17",
|
||||
"python-version": "3.13"
|
||||
},
|
||||
{
|
||||
"ansible-version": "stable-2.18",
|
||||
"python-version": "3.9"
|
||||
},
|
||||
{
|
||||
"ansible-version": "stable-2.18",
|
||||
"python-version": "3.10"
|
||||
},
|
||||
{
|
||||
"ansible-version": "milestone",
|
||||
"python-version": "3.9"
|
||||
@@ -70,6 +90,7 @@ jobs:
|
||||
- stable-2.15
|
||||
- stable-2.16
|
||||
- stable-2.17
|
||||
- stable-2.18
|
||||
- milestone
|
||||
- devel
|
||||
python-version:
|
||||
@@ -77,6 +98,7 @@ jobs:
|
||||
- "3.10"
|
||||
- "3.11"
|
||||
- "3.12"
|
||||
- "3.13"
|
||||
exclude: ${{ fromJSON(inputs.matrix_exclude) }}
|
||||
include: ${{ fromJSON(inputs.matrix_include) }}
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user