diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eedc893..607695b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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" diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 68ae004..18f7fc6 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -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"