mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-07-25 00:44:35 +00:00
Merge pull request #244 from 0xFelix/fix-devel-python-version
fix(ci): exclude Python 3.12 from ansible-core devel jobs
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -161,6 +161,10 @@ jobs:
|
||||
{
|
||||
"ansible-version": "devel",
|
||||
"python-version": "3.11"
|
||||
},
|
||||
{
|
||||
"ansible-version": "devel",
|
||||
"python-version": "3.12"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -234,6 +238,10 @@ jobs:
|
||||
{
|
||||
"ansible-version": "devel",
|
||||
"python-version": "3.11"
|
||||
},
|
||||
{
|
||||
"ansible-version": "devel",
|
||||
"python-version": "3.12"
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
4
.github/workflows/integration.yml
vendored
4
.github/workflows/integration.yml
vendored
@@ -70,6 +70,10 @@ on:
|
||||
{
|
||||
"ansible-version": "devel",
|
||||
"python-version": "3.11"
|
||||
},
|
||||
{
|
||||
"ansible-version": "devel",
|
||||
"python-version": "3.12"
|
||||
}
|
||||
]
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user