fix(ci): Do not test ansible-core milestone with py3.10

Python 3.10 is no longer supported by ansible-core milestone, so this
excludes it from the test matrices.

Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
Felix Matouschek
2024-06-26 09:37:51 +02:00
parent 2b8f96fce3
commit 9a8cafd6b1
2 changed files with 12 additions and 0 deletions

View File

@@ -79,6 +79,10 @@ jobs:
"ansible-version": "milestone",
"python-version": "3.9"
},
{
"ansible-version": "milestone",
"python-version": "3.10"
},
{
"ansible-version": "devel",
"python-version": "3.9"
@@ -112,6 +116,10 @@ jobs:
"ansible-version": "milestone",
"python-version": "3.9"
},
{
"ansible-version": "milestone",
"python-version": "3.10"
},
{
"ansible-version": "devel",
"python-version": "3.9"

View File

@@ -23,6 +23,10 @@ on:
"ansible-version": "milestone",
"python-version": "3.9"
},
{
"ansible-version": "milestone",
"python-version": "3.10"
},
{
"ansible-version": "devel",
"python-version": "3.9"