Merge pull request #113 from 0xFelix/py3.10-millestone

fix(ci): Do not test ansible-core milestone with py3.10
This commit is contained in:
kubevirt-bot
2024-06-26 10:37:37 +02:00
committed by GitHub
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"