diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ffebb3d..6a75209 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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" diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 962a395..2f7f879 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -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"