mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
CI: add testing against ansible-core 2.13 (#326)
Relates to https://github.com/ansible-collections/news-for-maintainers/issues/14
This commit is contained in:
parent
c16b2428e8
commit
e319ac082e
3 changed files with 9 additions and 0 deletions
5
.github/workflows/ansible-test-plugins.yml
vendored
5
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -29,6 +29,7 @@ jobs:
|
||||||
- stable-2.10
|
- stable-2.10
|
||||||
- stable-2.11
|
- stable-2.11
|
||||||
- stable-2.12
|
- stable-2.12
|
||||||
|
- stable-2.13
|
||||||
- devel
|
- devel
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
@ -65,6 +66,7 @@ jobs:
|
||||||
- stable-2.10
|
- stable-2.10
|
||||||
- stable-2.11
|
- stable-2.11
|
||||||
- stable-2.12
|
- stable-2.12
|
||||||
|
- stable-2.13
|
||||||
- devel
|
- devel
|
||||||
python:
|
python:
|
||||||
- 3.6
|
- 3.6
|
||||||
|
@ -86,6 +88,8 @@ jobs:
|
||||||
ansible: stable-2.11
|
ansible: stable-2.11
|
||||||
- python: 3.6
|
- python: 3.6
|
||||||
ansible: stable-2.12
|
ansible: stable-2.12
|
||||||
|
- python: 3.6
|
||||||
|
ansible: stable-2.13
|
||||||
- python: 3.6
|
- python: 3.6
|
||||||
ansible: devel
|
ansible: devel
|
||||||
|
|
||||||
|
@ -144,6 +148,7 @@ jobs:
|
||||||
- stable-2.10
|
- stable-2.10
|
||||||
- stable-2.11
|
- stable-2.11
|
||||||
- stable-2.12
|
- stable-2.12
|
||||||
|
- stable-2.13
|
||||||
- devel
|
- devel
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
3
.github/workflows/ansible-test-roles.yml
vendored
3
.github/workflows/ansible-test-roles.yml
vendored
|
@ -27,6 +27,7 @@ jobs:
|
||||||
- stable-2.10
|
- stable-2.10
|
||||||
- stable-2.11
|
- stable-2.11
|
||||||
- stable-2.12
|
- stable-2.12
|
||||||
|
- stable-2.13
|
||||||
- devel
|
- devel
|
||||||
python:
|
python:
|
||||||
- 3.6
|
- 3.6
|
||||||
|
@ -40,6 +41,8 @@ jobs:
|
||||||
ansible: stable-2.11
|
ansible: stable-2.11
|
||||||
- python: 3.6
|
- python: 3.6
|
||||||
ansible: stable-2.12
|
ansible: stable-2.12
|
||||||
|
- python: 3.6
|
||||||
|
ansible: stable-2.13
|
||||||
- python: 3.6
|
- python: 3.6
|
||||||
ansible: devel
|
ansible: devel
|
||||||
|
|
||||||
|
|
|
@ -66,6 +66,7 @@ Every voice is important and every idea is valuable. If you have something on yo
|
||||||
- 2.10
|
- 2.10
|
||||||
- 2.11
|
- 2.11
|
||||||
- 2.12
|
- 2.12
|
||||||
|
- 2.13
|
||||||
- devel
|
- devel
|
||||||
|
|
||||||
### Databases
|
### Databases
|
||||||
|
|
Loading…
Add table
Reference in a new issue