diff options
Diffstat (limited to 'ansible_collections/community/mysql/.github')
-rw-r--r-- | ansible_collections/community/mysql/.github/workflows/ansible-test-plugins.yml | 42 | ||||
-rw-r--r-- | ansible_collections/community/mysql/.github/workflows/ansible-test-roles.yml | 19 |
2 files changed, 26 insertions, 35 deletions
diff --git a/ansible_collections/community/mysql/.github/workflows/ansible-test-plugins.yml b/ansible_collections/community/mysql/.github/workflows/ansible-test-plugins.yml index 6533f9461..78644bb25 100644 --- a/ansible_collections/community/mysql/.github/workflows/ansible-test-plugins.yml +++ b/ansible_collections/community/mysql/.github/workflows/ansible-test-plugins.yml @@ -22,9 +22,9 @@ jobs: strategy: matrix: ansible: - - stable-2.12 - - stable-2.13 - stable-2.14 + - stable-2.15 + - stable-2.16 - devel steps: - name: Perform sanity testing @@ -41,9 +41,9 @@ jobs: fail-fast: false matrix: ansible: - - stable-2.12 - - stable-2.13 - stable-2.14 + - stable-2.15 + - stable-2.16 - devel db_engine_name: - mysql @@ -112,10 +112,13 @@ jobs: python: '3.10' - db_engine_version: 5.7.40 - ansible: stable-2.13 + ansible: stable-2.14 - db_engine_version: 5.7.40 - ansible: stable-2.14 + ansible: stable-2.15 + + - db_engine_version: 5.7.40 + ansible: stable-2.16 - db_engine_version: 5.7.40 ansible: devel @@ -172,22 +175,25 @@ jobs: connector_version: 2.0.3 - python: '3.8' - ansible: stable-2.13 + ansible: stable-2.14 - python: '3.8' - ansible: stable-2.14 + ansible: stable-2.15 + + - python: '3.8' + ansible: stable-2.16 - python: '3.8' ansible: devel - python: '3.9' - ansible: stable-2.12 + ansible: stable-2.15 - python: '3.9' - ansible: devel + ansible: stable-2.16 - - python: '3.10' - ansible: stable-2.12 + - python: '3.9' + ansible: devel services: db_primary: @@ -334,22 +340,22 @@ jobs: fail-fast: true matrix: ansible: - - stable-2.12 - - stable-2.13 - stable-2.14 + - stable-2.15 + - stable-2.16 - devel python: - 3.8 - 3.9 exclude: - python: '3.8' - ansible: stable-2.13 - - python: '3.8' ansible: stable-2.14 - python: '3.8' + ansible: stable-2.15 + - python: '3.8' + ansible: stable-2.16 + - python: '3.8' ansible: devel - - python: '3.9' - ansible: stable-2.12 steps: - name: >- diff --git a/ansible_collections/community/mysql/.github/workflows/ansible-test-roles.yml b/ansible_collections/community/mysql/.github/workflows/ansible-test-roles.yml index 13e7d4178..da8a805c5 100644 --- a/ansible_collections/community/mysql/.github/workflows/ansible-test-roles.yml +++ b/ansible_collections/community/mysql/.github/workflows/ansible-test-roles.yml @@ -24,31 +24,16 @@ jobs: mysql: - 2.0.12 ansible: - - stable-2.11 - - stable-2.12 - stable-2.13 + - stable-2.14 + - stable-2.15 - devel python: - - 3.6 - 3.8 - 3.9 exclude: - - python: 3.6 - ansible: stable-2.12 - - python: 3.6 - ansible: stable-2.13 - - python: 3.6 - ansible: devel - - python: 3.8 - ansible: stable-2.11 - - python: 3.8 - ansible: stable-2.13 - python: 3.8 ansible: devel - - python: 3.9 - ansible: stable-2.11 - - python: 3.9 - ansible: stable-2.12 steps: |