CI: update matrix; copy ignore-2.19.txt to ignore-2.20.txt (#724)

* CI: update matrix; copy ignore-2.19.txt to ignore-2.20.txt

* Update .github/workflows/ansible-test-plugins.yml

---------

Co-authored-by: Laurent Indermühle <laurent.indermuehle@pm.me>
This commit is contained in:
Andrew Klychkov 2025-07-14 07:52:16 +02:00 committed by GitHub
parent 6f0c0be929
commit 105f9fd1ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 18 deletions

View file

@ -22,9 +22,9 @@ jobs:
strategy: strategy:
matrix: matrix:
ansible: ansible:
- stable-2.16
- stable-2.17 - stable-2.17
- stable-2.18 - stable-2.18
- stable-2.19
- devel - devel
steps: steps:
# https://github.com/ansible-community/ansible-test-gh-action # https://github.com/ansible-community/ansible-test-gh-action
@ -44,9 +44,9 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
ansible: ansible:
- stable-2.16
- stable-2.17 - stable-2.17
- stable-2.18 - stable-2.18
- stable-2.19
- devel - devel
db_engine_name: db_engine_name:
- mysql - mysql
@ -282,9 +282,9 @@ jobs:
fail-fast: true fail-fast: true
matrix: matrix:
ansible: ansible:
- stable-2.16
- stable-2.17 - stable-2.17
- stable-2.18 - stable-2.18
- stable-2.19
- devel - devel
python: python:
- '3.8' - '3.8'
@ -292,17 +292,14 @@ jobs:
- '3.10' - '3.10'
- '3.11' - '3.11'
exclude: exclude:
- python: '3.8'
ansible: stable-2.16
- python: '3.8' - python: '3.8'
ansible: stable-2.17 ansible: stable-2.17
- python: '3.8' - python: '3.8'
ansible: devel ansible: devel
- python: '3.9' - python: '3.8'
ansible: stable-2.15 ansible: stable-2.19
- python: '3.9' - python: '3.9'
ansible: stable-2.17 ansible: stable-2.17
@ -311,17 +308,10 @@ jobs:
ansible: devel ansible: devel
- python: '3.10' - python: '3.10'
ansible: stable-2.15 ansible: stable-2.17
- python: '3.10'
ansible: stable-2.16
- python: '3.11' - python: '3.11'
ansible: stable-2.15 ansible: stable-2.17
- python: '3.11'
ansible: stable-2.16
steps: steps:
- name: >- - name: >-
Perform unit testing against Perform unit testing against

View file

@ -90,9 +90,9 @@ Here is the table for the support timeline:
### ansible-core ### ansible-core
- stable-2.16
- stable-2.17 - stable-2.17
- stable-2.18 - stable-2.18
- stable-2.19
- current development version - current development version
### Python ### 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