Skip to content

Commit a5afa1a

Browse files
CI: add stable-2.18, fix README (#681)
* 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]>
1 parent 28bf709 commit a5afa1a

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
strategy:
2323
matrix:
2424
ansible:
25-
- stable-2.15
2625
- stable-2.16
2726
- stable-2.17
27+
- stable-2.18
2828
- devel
2929
steps:
3030
# https://github.com/ansible-community/ansible-test-gh-action
@@ -44,9 +44,9 @@ jobs:
4444
fail-fast: false
4545
matrix:
4646
ansible:
47-
- stable-2.15
4847
- stable-2.16
4948
- stable-2.17
49+
- stable-2.18
5050
- devel
5151
db_engine_name:
5252
- mysql
@@ -282,9 +282,9 @@ jobs:
282282
fail-fast: true
283283
matrix:
284284
ansible:
285-
- stable-2.15
286285
- stable-2.16
287286
- stable-2.17
287+
- stable-2.18
288288
- devel
289289
python:
290290
- '3.8'

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ Here is the table for the support timeline:
9090

9191
### ansible-core
9292

93-
- stable-2.15
9493
- stable-2.16
9594
- stable-2.17
95+
- stable-2.18
9696
- current development version
9797

9898
### Python

tests/sanity/ignore-2.19.txt

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

0 commit comments

Comments
 (0)