Merge pull request #16 from 0xFelix/update-ci

ci: Exclude py3.9 with Ansible milestone
This commit is contained in:
kubevirt-bot
2023-08-15 10:25:33 +02:00
committed by GitHub

View File

@@ -96,6 +96,10 @@ jobs:
"ansible-version": "milestone",
"python-version": "3.8"
},
{
"ansible-version": "milestone",
"python-version": "3.9"
},
{
"ansible-version": "devel",
"python-version": "3.7"
@@ -159,6 +163,10 @@ jobs:
"ansible-version": "milestone",
"python-version": "3.8"
},
{
"ansible-version": "milestone",
"python-version": "3.9"
},
{
"ansible-version": "devel",
"python-version": "3.7"