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

Python 3.10 is no longer supported by ansible-core devel, 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-18 07:55:50 +02:00
parent 65f4ac6602
commit c4b7cc69e7
2 changed files with 12 additions and 0 deletions

View File

@@ -82,6 +82,10 @@ jobs:
{
"ansible-version": "devel",
"python-version": "3.9"
},
{
"ansible-version": "devel",
"python-version": "3.10"
}
]
@@ -111,6 +115,10 @@ jobs:
{
"ansible-version": "devel",
"python-version": "3.9"
},
{
"ansible-version": "devel",
"python-version": "3.10"
}
]

View File

@@ -26,6 +26,10 @@ on:
{
"ansible-version": "devel",
"python-version": "3.9"
},
{
"ansible-version": "devel",
"python-version": "3.10"
}
]
required: false