diff --git a/.github/workflows/ansible-integration-tests.yml b/.github/workflows/ansible-integration-tests.yml index ce18e0e..9605249 100644 --- a/.github/workflows/ansible-integration-tests.yml +++ b/.github/workflows/ansible-integration-tests.yml @@ -25,8 +25,8 @@ jobs: # and test against the minimum version of Python supported by both. If/when we change # the integration tests to support parallelism we can revisit. ansible_version: - - stable-2.16 - stable-2.17 + - stable-2.18 steps: - name: check out code uses: actions/checkout@v4 @@ -35,7 +35,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.10' # this is the minimum version required for Ansible 2.16 + python-version: '3.11' # this is the minimum version required for Ansible 2.17 - name: Install dependencies run: pip install -r requirements.txt - name: Install ansible-base (${{ matrix.ansible_version }}) diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index e9fea6a..29bc388 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -13,12 +13,12 @@ jobs: # of ansible-core and each major version of Python supported by both. # https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix ansible_version: - - stable-2.16 - stable-2.17 + - stable-2.18 python_version: - - '3.10' - '3.11' - '3.12' + - '3.13' steps: - name: check out code uses: actions/checkout@v4 @@ -46,12 +46,12 @@ jobs: strategy: matrix: ansible_version: - - stable-2.16 - stable-2.17 + - stable-2.18 python_version: - - '3.10' - '3.11' - '3.12' + - '3.13' steps: - name: check out code uses: actions/checkout@v4 diff --git a/meta/runtime.yml b/meta/runtime.yml index 0f2f2a5..2034d6a 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -1,5 +1,5 @@ --- -requires_ansible: ">=2.16.0" +requires_ansible: ">=2.17.0" action_groups: gcp: