diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 875faa3..2240523 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,18 +21,6 @@ on: type: string default: >- [ - { - "python_version": "3.9", - "ansible_version": "stable-2.16" - }, - { - "python_version": "3.9", - "ansible_version": "milestone" - }, - { - "python_version": "3.9", - "ansible_version": "devel" - }, { "python_version": "3.11", "ansible_version": "milestone" @@ -125,8 +113,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python_version: ["3.9", "3.11", "3.12"] - ansible_version: ["stable-2.15", "stable-2.16", "stable-2.19", "milestone", "devel"] + python_version: ["3.11", "3.12"] + ansible_version: ["stable-2.16", "stable-2.17", "stable-2.19", "milestone", "devel"] exclude: ${{ fromJSON(inputs.sanity_excludes) }} include: ${{ fromJSON(inputs.sanity_includes) }} steps: @@ -176,7 +164,7 @@ jobs: strategy: matrix: python_version: ["3.11"] - ansible_version: ["2.15", "2.16", "2.19"] + ansible_version: ["2.16", "2.17", "2.19"] molecule_test: ${{ fromJSON(inputs.molecule_tests) }} fail-fast: ${{ inputs.fail_fast }} steps: diff --git a/.github/workflows/cish.yml b/.github/workflows/cish.yml index 900806d..930b1f0 100644 --- a/.github/workflows/cish.yml +++ b/.github/workflows/cish.yml @@ -27,18 +27,6 @@ on: type: string default: >- [ - { - "python_version": "3.9", - "ansible_version": "stable-2.16" - }, - { - "python_version": "3.9", - "ansible_version": "milestone" - }, - { - "python_version": "3.9", - "ansible_version": "devel" - }, { "python_version": "3.11", "ansible_version": "milestone" @@ -131,8 +119,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python_version: ["3.9", "3.11", "3.12"] - ansible_version: ["stable-2.15", "stable-2.16", "stable-2.19", "milestone", "devel"] + python_version: ["3.11", "3.12"] + ansible_version: ["stable-2.19", "milestone", "devel"] exclude: ${{ fromJSON(inputs.sanity_excludes) }} include: ${{ fromJSON(inputs.sanity_includes) }} steps: @@ -182,7 +170,7 @@ jobs: strategy: matrix: python_version: ["3.11"] - ansible_version: ["2.15", "2.16", "2.19"] + ansible_version: ["2.16", "2.17", "2.19"] molecule_test: ${{ fromJSON(inputs.molecule_tests) }} fail-fast: ${{ inputs.fail_fast }} steps: