mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-03-26 19:03:16 +00:00
chore(ci.yml): Bump tested ansible-core versions
Bump the tested ansible-core versions in integration.yml to the latest supported versions (2.15-2.17). 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
@@ -63,10 +63,6 @@ jobs:
|
||||
with:
|
||||
matrix_exclude: >-
|
||||
[
|
||||
{
|
||||
"ansible-version": "stable-2.14",
|
||||
"python-version": "3.12"
|
||||
},
|
||||
{
|
||||
"ansible-version": "stable-2.15",
|
||||
"python-version": "3.12"
|
||||
@@ -75,6 +71,10 @@ jobs:
|
||||
"ansible-version": "stable-2.16",
|
||||
"python-version": "3.9"
|
||||
},
|
||||
{
|
||||
"ansible-version": "stable-2.17",
|
||||
"python-version": "3.9"
|
||||
},
|
||||
{
|
||||
"ansible-version": "milestone",
|
||||
"python-version": "3.9"
|
||||
@@ -92,10 +92,6 @@ jobs:
|
||||
with:
|
||||
matrix_exclude: >-
|
||||
[
|
||||
{
|
||||
"ansible-version": "stable-2.14",
|
||||
"python-version": "3.12"
|
||||
},
|
||||
{
|
||||
"ansible-version": "stable-2.15",
|
||||
"python-version": "3.12"
|
||||
@@ -104,6 +100,10 @@ jobs:
|
||||
"ansible-version": "stable-2.16",
|
||||
"python-version": "3.9"
|
||||
},
|
||||
{
|
||||
"ansible-version": "stable-2.17",
|
||||
"python-version": "3.9"
|
||||
},
|
||||
{
|
||||
"ansible-version": "milestone",
|
||||
"python-version": "3.9"
|
||||
|
||||
Reference in New Issue
Block a user