mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-27 07:01:27 -07:00
CI: add stable-2.18, fix README (#681)
* CI: add stable-2.18, fix README * Update .github/workflows/ansible-test-plugins.yml Co-authored-by: Laurent Indermühle <laurent.indermuehle@pm.me> * Update .github/workflows/ansible-test-plugins.yml Co-authored-by: Laurent Indermühle <laurent.indermuehle@pm.me> * Update .github/workflows/ansible-test-plugins.yml Co-authored-by: Laurent Indermühle <laurent.indermuehle@pm.me> * Update README.md Co-authored-by: Laurent Indermühle <laurent.indermuehle@pm.me> --------- Co-authored-by: Laurent Indermühle <laurent.indermuehle@pm.me>
This commit is contained in:
parent
28bf7093be
commit
a5afa1a375
3 changed files with 7 additions and 4 deletions
6
.github/workflows/ansible-test-plugins.yml
vendored
6
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -22,9 +22,9 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
ansible:
|
||||
- stable-2.15
|
||||
- stable-2.16
|
||||
- stable-2.17
|
||||
- stable-2.18
|
||||
- devel
|
||||
steps:
|
||||
# https://github.com/ansible-community/ansible-test-gh-action
|
||||
|
@ -44,9 +44,9 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
ansible:
|
||||
- stable-2.15
|
||||
- stable-2.16
|
||||
- stable-2.17
|
||||
- stable-2.18
|
||||
- devel
|
||||
db_engine_name:
|
||||
- mysql
|
||||
|
@ -282,9 +282,9 @@ jobs:
|
|||
fail-fast: true
|
||||
matrix:
|
||||
ansible:
|
||||
- stable-2.15
|
||||
- stable-2.16
|
||||
- stable-2.17
|
||||
- stable-2.18
|
||||
- devel
|
||||
python:
|
||||
- '3.8'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue