make sanity and unit matrix the same

Signed-off-by: Guido Grazioli <ggraziol@redhat.com>
This commit is contained in:
Guido Grazioli
2023-11-29 09:39:26 +01:00
parent 0586d91943
commit 44d8a4f64a

View File

@@ -45,9 +45,6 @@ jobs:
matrix_include: "[]" matrix_include: "[]"
matrix_exclude: >- matrix_exclude: >-
[ [
{
"ansible-version": "stable-2.9"
},
{ {
"ansible-version": "stable-2.12" "ansible-version": "stable-2.12"
}, },
@@ -64,11 +61,9 @@ jobs:
"python-version": "3.9" "python-version": "3.9"
}, },
{ {
"ansible-version": "stable-2.14", "python-version": "3.10"
"python-version": "3.12"
}, },
{ {
"ansible-version": "stable-2.15",
"python-version": "3.12" "python-version": "3.12"
} }
] ]
@@ -79,9 +74,6 @@ jobs:
with: with:
matrix_exclude: >- matrix_exclude: >-
[ [
{
"python-version": "3.10"
},
{ {
"ansible-version": "stable-2.12" "ansible-version": "stable-2.12"
}, },
@@ -98,11 +90,9 @@ jobs:
"python-version": "3.9" "python-version": "3.9"
}, },
{ {
"ansible-version": "stable-2.14", "python-version": "3.10"
"python-version": "3.12"
}, },
{ {
"ansible-version": "stable-2.15",
"python-version": "3.12" "python-version": "3.12"
} }
] ]