Merge pull request #203 from 0xFelix/bump-milestone-excludes

chore(ci): Exclude Python 3.11 from milestone
This commit is contained in:
kubevirt-bot
2025-08-12 08:45:20 +01:00
committed by GitHub
2 changed files with 12 additions and 0 deletions

View File

@@ -118,6 +118,10 @@ jobs:
"ansible-version": "milestone",
"python-version": "3.10"
},
{
"ansible-version": "milestone",
"python-version": "3.11"
},
{
"ansible-version": "devel",
"python-version": "3.10"
@@ -155,6 +159,10 @@ jobs:
"ansible-version": "milestone",
"python-version": "3.10"
},
{
"ansible-version": "milestone",
"python-version": "3.11"
},
{
"ansible-version": "devel",
"python-version": "3.10"

View File

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