mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-26 14:41:24 -07:00
CI: add testing against ansible-core 2.13 (#328)
Co-authored-by: R.Sicart <roger.sicart@gmail.com>
This commit is contained in:
parent
278337d34f
commit
2a57a4d659
3 changed files with 12 additions and 0 deletions
7
.github/workflows/ansible-test-plugins.yml
vendored
7
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -28,6 +28,8 @@ jobs:
|
|||
- stable-2.9
|
||||
- stable-2.10
|
||||
- stable-2.11
|
||||
- stable-2.12
|
||||
- stable-2.13
|
||||
- devel
|
||||
steps:
|
||||
|
||||
|
@ -62,6 +64,7 @@ jobs:
|
|||
- stable-2.10
|
||||
- stable-2.11
|
||||
- stable-2.12
|
||||
- stable-2.13
|
||||
- devel
|
||||
python:
|
||||
- 3.6
|
||||
|
@ -80,6 +83,8 @@ jobs:
|
|||
ansible: stable-2.11
|
||||
- python: 3.6
|
||||
ansible: stable-2.12
|
||||
- python: 3.6
|
||||
ansible: stable-2.13
|
||||
- python: 3.6
|
||||
ansible: devel
|
||||
steps:
|
||||
|
@ -127,6 +132,8 @@ jobs:
|
|||
- stable-2.9
|
||||
- stable-2.10
|
||||
- stable-2.11
|
||||
- stable-2.12
|
||||
- stable-2.13
|
||||
- devel
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue