mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-27 07:01:27 -07:00
CI: update matrix; copy ignore-2.19.txt to ignore-2.20.txt (#724)
* CI: update matrix; copy ignore-2.19.txt to ignore-2.20.txt * Update .github/workflows/ansible-test-plugins.yml --------- Co-authored-by: Laurent Indermühle <laurent.indermuehle@pm.me>
This commit is contained in:
parent
6f0c0be929
commit
105f9fd1ce
3 changed files with 11 additions and 18 deletions
24
.github/workflows/ansible-test-plugins.yml
vendored
24
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -22,9 +22,9 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
ansible:
|
||||
- stable-2.16
|
||||
- stable-2.17
|
||||
- stable-2.18
|
||||
- stable-2.19
|
||||
- devel
|
||||
steps:
|
||||
# https://github.com/ansible-community/ansible-test-gh-action
|
||||
|
@ -44,9 +44,9 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
ansible:
|
||||
- stable-2.16
|
||||
- stable-2.17
|
||||
- stable-2.18
|
||||
- stable-2.19
|
||||
- devel
|
||||
db_engine_name:
|
||||
- mysql
|
||||
|
@ -282,9 +282,9 @@ jobs:
|
|||
fail-fast: true
|
||||
matrix:
|
||||
ansible:
|
||||
- stable-2.16
|
||||
- stable-2.17
|
||||
- stable-2.18
|
||||
- stable-2.19
|
||||
- devel
|
||||
python:
|
||||
- '3.8'
|
||||
|
@ -292,17 +292,14 @@ jobs:
|
|||
- '3.10'
|
||||
- '3.11'
|
||||
exclude:
|
||||
- python: '3.8'
|
||||
ansible: stable-2.16
|
||||
|
||||
- python: '3.8'
|
||||
ansible: stable-2.17
|
||||
|
||||
- python: '3.8'
|
||||
ansible: devel
|
||||
|
||||
- python: '3.9'
|
||||
ansible: stable-2.15
|
||||
- python: '3.8'
|
||||
ansible: stable-2.19
|
||||
|
||||
- python: '3.9'
|
||||
ansible: stable-2.17
|
||||
|
@ -311,17 +308,10 @@ jobs:
|
|||
ansible: devel
|
||||
|
||||
- python: '3.10'
|
||||
ansible: stable-2.15
|
||||
|
||||
- python: '3.10'
|
||||
ansible: stable-2.16
|
||||
ansible: stable-2.17
|
||||
|
||||
- python: '3.11'
|
||||
ansible: stable-2.15
|
||||
|
||||
- python: '3.11'
|
||||
ansible: stable-2.16
|
||||
|
||||
ansible: stable-2.17
|
||||
steps:
|
||||
- name: >-
|
||||
Perform unit testing against
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue