CI: add stable-2.18, fix README

This commit is contained in:
Andrew Klychkov 2024-09-25 07:58:33 +02:00
commit b83e29bf5b
3 changed files with 7 additions and 0 deletions

View file

@ -25,6 +25,7 @@ jobs:
- stable-2.15
- stable-2.16
- stable-2.17
- stable-2.18
- devel
steps:
# https://github.com/ansible-community/ansible-test-gh-action
@ -47,6 +48,7 @@ jobs:
- stable-2.15
- stable-2.16
- stable-2.17
- stable-2.18
- devel
db_engine_name:
- mysql
@ -285,6 +287,7 @@ jobs:
- stable-2.15
- stable-2.16
- stable-2.17
- stable-2.18
- devel
python:
- '3.8'

View file

@ -93,6 +93,7 @@ Here is the table for the support timeline:
- stable-2.15
- stable-2.16
- stable-2.17
- stable-2.18
- current development version
### Python

View file

@ -0,0 +1,3 @@
plugins/modules/mysql_db.py validate-modules:use-run-command-not-popen
plugins/module_utils/mysql.py pylint:unused-import
plugins/module_utils/version.py pylint:unused-import