diff --git a/.github/workflows/sanity.yml b/.github/workflows/sanity.yml index 6ed54760..eb2fddfb 100644 --- a/.github/workflows/sanity.yml +++ b/.github/workflows/sanity.yml @@ -8,19 +8,15 @@ on: default: "" matrix_exclude: # https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix - # 2.14 supports Python 3.9-3.11 # 2.15 supports Python 3.9-3.11 # 2.16 supports Python 3.10-3.12 + # 2.17 supports Python 3.10-3.12 # https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_17.html # milestone is 2.17 until after 2.17 branches from devel # devel is 2.17 until 2024-04-01 # remove 3.12/milestone from matrix_exclude when milestone is next forwarded default: >- [ - { - "ansible-version": "stable-2.14", - "python-version": "3.12" - }, { "ansible-version": "stable-2.15", "python-version": "3.12" @@ -29,6 +25,10 @@ on: "ansible-version": "stable-2.16", "python-version": "3.9" }, + { + "ansible-version": "stable-2.17", + "python-version": "3.9" + }, { "ansible-version": "milestone", "python-version": "3.9" @@ -70,6 +70,7 @@ jobs: ansible-version: - stable-2.15 - stable-2.16 + - stable-2.17 - milestone - devel python-version: diff --git a/.github/workflows/unit_galaxy.yml b/.github/workflows/unit_galaxy.yml index 9edc239d..316f5d3d 100644 --- a/.github/workflows/unit_galaxy.yml +++ b/.github/workflows/unit_galaxy.yml @@ -8,7 +8,6 @@ on: default: "" matrix_exclude: # https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix - # 2.14 supports Python 3.9-3.11 # 2.15 supports Python 3.9-3.11 # 2.16 supports Python 3.10-3.11 # https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_16.html @@ -16,10 +15,6 @@ on: # devel is 2.16 until 2023-09-18 default: >- [ - { - "ansible-version": "stable-2.14", - "python-version": "3.12" - }, { "ansible-version": "stable-2.15", "python-version": "3.12" @@ -28,6 +23,10 @@ on: "ansible-version": "stable-2.16", "python-version": "3.9" }, + { + "ansible-version": "stable-2.17", + "python-version": "3.9" + }, { "ansible-version": "milestone", "python-version": "3.9" @@ -60,9 +59,9 @@ jobs: os: - ubuntu-latest ansible-version: - - stable-2.14 - stable-2.15 - stable-2.16 + - stable-2.17 - milestone - devel python-version: diff --git a/.github/workflows/unit_source.yml b/.github/workflows/unit_source.yml index 87ddc5be..36b32b45 100644 --- a/.github/workflows/unit_source.yml +++ b/.github/workflows/unit_source.yml @@ -8,18 +8,13 @@ on: default: "" matrix_exclude: # https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix - # 2.14 supports Python 3.9-3.11 # 2.15 supports Python 3.9-3.11 # 2.16 supports Python 3.10-3.12 # https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_17.html - # milestone is 2.17 until after 2.17 branches from devel - # devel is 2.17 until 2024-04-01 + # milestone is 2.18 + # devel is 2.18 until xxxx-xx-xx default: >- [ - { - "ansible-version": "stable-2.14", - "python-version": "3.12" - }, { "ansible-version": "stable-2.15", "python-version": "3.12" @@ -28,6 +23,10 @@ on: "ansible-version": "stable-2.16", "python-version": "3.9" }, + { + "ansible-version": "stable-2.17", + "python-version": "3.9" + }, { "ansible-version": "milestone", "python-version": "3.9" @@ -50,9 +49,9 @@ jobs: fail-fast: false matrix: ansible-version: - - stable-2.14 - stable-2.15 - stable-2.16 + - stable-2.17 - milestone - devel python-version: