mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-05 02:00:31 -07:00
Tests: add ansible 2.11 support (#138)
@Andersson007 thanks for this PR
This commit is contained in:
parent
ba791bf983
commit
dad555a536
2 changed files with 11 additions and 0 deletions
3
.github/workflows/ansible-test-plugins.yml
vendored
3
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -27,6 +27,7 @@ jobs:
|
|||
ansible:
|
||||
- stable-2.9
|
||||
- stable-2.10
|
||||
- stable-2.11
|
||||
- devel
|
||||
steps:
|
||||
|
||||
|
@ -59,6 +60,7 @@ jobs:
|
|||
ansible:
|
||||
- stable-2.9
|
||||
- stable-2.10
|
||||
- stable-2.11
|
||||
- devel
|
||||
python:
|
||||
- 3.6
|
||||
|
@ -113,6 +115,7 @@ jobs:
|
|||
ansible:
|
||||
- stable-2.9
|
||||
- stable-2.10
|
||||
- stable-2.11
|
||||
- devel
|
||||
|
||||
steps:
|
||||
|
|
8
tests/sanity/ignore-2.12.txt
Normal file
8
tests/sanity/ignore-2.12.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
plugins/modules/mysql_db.py validate-modules:doc-elements-mismatch
|
||||
plugins/modules/mysql_db.py validate-modules:parameter-list-no-elements
|
||||
plugins/modules/mysql_db.py validate-modules:use-run-command-not-popen
|
||||
plugins/modules/mysql_info.py validate-modules:doc-elements-mismatch
|
||||
plugins/modules/mysql_info.py validate-modules:parameter-list-no-elements
|
||||
plugins/modules/mysql_query.py validate-modules:parameter-list-no-elements
|
||||
plugins/modules/mysql_user.py validate-modules:undocumented-parameter
|
||||
plugins/modules/mysql_variables.py validate-modules:doc-required-mismatch
|
Loading…
Add table
Reference in a new issue