diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9772644..1cf93c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,10 @@ on: "python_version": "3.12", "ansible_version": "stable-2.16" } + { + "python_version": "3.12", + "ansible_version": "stable-2.19" + } ] fail_fast: required: false @@ -56,7 +60,7 @@ jobs: strategy: matrix: python_version: ["3.11"] - ansible_version: ["2.16"] + ansible_version: ["2.19"] steps: - name: Check out code uses: actions/checkout@v4 @@ -107,7 +111,7 @@ jobs: strategy: matrix: python_version: ["3.11", "3.12"] - ansible_version: ["stable-2.16", "stable-2.17", "milestone", "devel"] + ansible_version: ["stable-2.16", "stable-2.17", "stable-2.19", "milestone", "devel"] exclude: ${{ fromJSON(inputs.sanity_excludes) }} include: ${{ fromJSON(inputs.sanity_includes) }} steps: @@ -157,7 +161,7 @@ jobs: strategy: matrix: python_version: ["3.11"] - ansible_version: ["2.16", "2.17"] + 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 43e5425..7eac59b 100644 --- a/.github/workflows/cish.yml +++ b/.github/workflows/cish.yml @@ -40,6 +40,10 @@ on: "python_version": "3.12", "ansible_version": "stable-2.16" } + { + "python_version": "3.12", + "ansible_version": "stable-2.19" + } ] fail_fast: required: false @@ -62,7 +66,7 @@ jobs: strategy: matrix: python_version: ["3.11"] - ansible_version: ["2.16"] + ansible_version: ["2.19"] steps: - name: Check out code uses: actions/checkout@v4 @@ -113,7 +117,7 @@ jobs: strategy: matrix: python_version: ["3.11", "3.12"] - ansible_version: ["stable-2.16", "stable-2.17", "milestone", "devel"] + ansible_version: ["stable-2.16", "stable-2.17", "stable-2.19", "milestone", "devel"] exclude: ${{ fromJSON(inputs.sanity_excludes) }} include: ${{ fromJSON(inputs.sanity_includes) }} steps: @@ -164,7 +168,7 @@ jobs: strategy: matrix: python_version: ["3.11"] - ansible_version: ["2.16", "2.17"] + ansible_version: ["2.16", "2.17", "2.19"] molecule_test: ${{ fromJSON(inputs.molecule_tests) }} fail-fast: ${{ inputs.fail_fast }} steps: @@ -269,7 +273,7 @@ jobs: NO_PROXY: 'localhost,.redhat.com,.ansible.com' molecule_next: - runs-on: molecule-2.16 + runs-on: molecule-2.19 strategy: matrix: python_version: ["3.11"] @@ -310,7 +314,7 @@ jobs: molecule test -s ${{ matrix.molecule_test }} working-directory: ./ansible_collections/${{ inputs.fqcn }} env: - ANSIBLE_REMOTE_TMP: "/tmp-2.16-${{ matrix.molecule_test }}" + ANSIBLE_REMOTE_TMP: "/tmp-2.19-${{ matrix.molecule_test }}" ANSIBLE_VERBOSITY: ${{ inputs.debug_verbosity }} PROD_JBOSSNETWORK_API_CLIENTID: '${{ secrets.PROD_JBOSSNETWORK_API_CLIENTID }}' PROD_JBOSSNETWORK_API_SECRET: '${{ secrets.PROD_JBOSSNETWORK_API_SECRET }}'