mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-03-27 03:13:10 +00:00
chore(ci): Update excludes and bump supported ansible versions
Update the excludes to exclude Python 3.11 with ansible-core 2.20 and bump the supported versions in README.md. Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -114,6 +114,10 @@ jobs:
|
||||
"ansible-version": "stable-2.19",
|
||||
"python-version": "3.10"
|
||||
},
|
||||
{
|
||||
"ansible-version": "stable-2.20",
|
||||
"python-version": "3.11"
|
||||
},
|
||||
{
|
||||
"ansible-version": "milestone",
|
||||
"python-version": "3.10"
|
||||
@@ -155,6 +159,10 @@ jobs:
|
||||
"ansible-version": "stable-2.19",
|
||||
"python-version": "3.10"
|
||||
},
|
||||
{
|
||||
"ansible-version": "stable-2.20",
|
||||
"python-version": "3.11"
|
||||
},
|
||||
{
|
||||
"ansible-version": "milestone",
|
||||
"python-version": "3.10"
|
||||
|
||||
Reference in New Issue
Block a user