From b83e29bf5b007070ac8bc9219bfc9bddb0e91c89 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Wed, 25 Sep 2024 07:58:33 +0200 Subject: [PATCH] CI: add stable-2.18, fix README --- .github/workflows/ansible-test-plugins.yml | 3 +++ README.md | 1 + tests/sanity/ignore-2.19.txt | 3 +++ 3 files changed, 7 insertions(+) create mode 100644 tests/sanity/ignore-2.19.txt diff --git a/.github/workflows/ansible-test-plugins.yml b/.github/workflows/ansible-test-plugins.yml index efc1537..729bf71 100644 --- a/.github/workflows/ansible-test-plugins.yml +++ b/.github/workflows/ansible-test-plugins.yml @@ -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' diff --git a/README.md b/README.md index 1f5b47a..af68d65 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/tests/sanity/ignore-2.19.txt b/tests/sanity/ignore-2.19.txt new file mode 100644 index 0000000..152162d --- /dev/null +++ b/tests/sanity/ignore-2.19.txt @@ -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