Skip to content

Commit

Permalink
CI: add stable-2.18, fix README (#681)
Browse files Browse the repository at this point in the history
* CI: add stable-2.18, fix README

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

Co-authored-by: Laurent Indermühle <[email protected]>

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

Co-authored-by: Laurent Indermühle <[email protected]>

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

Co-authored-by: Laurent Indermühle <[email protected]>

* Update README.md

Co-authored-by: Laurent Indermühle <[email protected]>

---------

Co-authored-by: Laurent Indermühle <[email protected]>
  • Loading branch information
Andersson007 and laurent-indermuehle authored Sep 26, 2024
1 parent 28bf709 commit a5afa1a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ansible-test-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ Here is the table for the support timeline:

### ansible-core

- stable-2.15
- stable-2.16
- stable-2.17
- stable-2.18
- current development version

### Python
Expand Down
3 changes: 3 additions & 0 deletions tests/sanity/ignore-2.19.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a5afa1a

Please sign in to comment.