mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-04 05:04:23 -07:00
Merge branch 'ansible-collections:main' into add_pam_service_option
This commit is contained in:
commit
ee0522499b
2 changed files with 12 additions and 3 deletions
13
.github/workflows/ansible-test-roles.yml
vendored
13
.github/workflows/ansible-test-roles.yml
vendored
|
@ -30,15 +30,24 @@ jobs:
|
||||||
python:
|
python:
|
||||||
- 3.6
|
- 3.6
|
||||||
- 3.8
|
- 3.8
|
||||||
|
- 3.9
|
||||||
exclude:
|
exclude:
|
||||||
- python: 3.8
|
|
||||||
ansible: stable-2.11
|
|
||||||
- python: 3.6
|
- python: 3.6
|
||||||
ansible: stable-2.12
|
ansible: stable-2.12
|
||||||
- python: 3.6
|
- python: 3.6
|
||||||
ansible: stable-2.13
|
ansible: stable-2.13
|
||||||
- python: 3.6
|
- python: 3.6
|
||||||
ansible: devel
|
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:
|
steps:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue