From 13af84c3dbbbab23281e6f27fb0814bcd2e74f0d Mon Sep 17 00:00:00 2001 From: Chris Hawk Date: Tue, 14 Nov 2023 12:43:01 -0800 Subject: [PATCH] chore: bump ansible versions --- .github/workflows/ansible-integration-tests.yml | 4 +++- .github/workflows/ansible-test.yml | 3 ++- meta/runtime.yml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ansible-integration-tests.yml b/.github/workflows/ansible-integration-tests.yml index 7fb920f..bbb7ca3 100644 --- a/.github/workflows/ansible-integration-tests.yml +++ b/.github/workflows/ansible-integration-tests.yml @@ -18,9 +18,11 @@ jobs: run: working-directory: ansible_collections/google/cloud strategy: + max-parallel: 1 matrix: ansible_version: - - stable-2.13 + - stable-2.14 + - stable-2.15 steps: - name: check out code uses: actions/checkout@v2 diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index 5ccdd14..f158258 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -12,6 +12,7 @@ jobs: matrix: ansible_version: - stable-2.14 + - stable-2.15 steps: - name: check out code uses: actions/checkout@v2 @@ -48,7 +49,7 @@ jobs: matrix: ansible_version: - stable-2.14 - - stable-2.11 + - stable-2.15 steps: - name: check out code uses: actions/checkout@v2 diff --git a/meta/runtime.yml b/meta/runtime.yml index d28681a..83ae41c 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -1,5 +1,5 @@ --- -requires_ansible: '>=2.9.10' +requires_ansible: '>=2.14' action_groups: gcp: