Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 105f9fd

Browse files
CI: update matrix; copy ignore-2.19.txt to ignore-2.20.txt (ansible-collections#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 <[email protected]>
1 parent 6f0c0be commit 105f9fd

File tree

3 files changed

+11
-18
lines changed

3 files changed

+11
-18
lines changed

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

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
strategy:
2323
matrix:
2424
ansible:
25-
- stable-2.16
2625
- stable-2.17
2726
- stable-2.18
27+
- stable-2.19
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.16
4847
- stable-2.17
4948
- stable-2.18
49+
- stable-2.19
5050
- devel
5151
db_engine_name:
5252
- mysql
@@ -282,27 +282,24 @@ jobs:
282282
fail-fast: true
283283
matrix:
284284
ansible:
285-
- stable-2.16
286285
- stable-2.17
287286
- stable-2.18
287+
- stable-2.19
288288
- devel
289289
python:
290290
- '3.8'
291291
- '3.9'
292292
- '3.10'
293293
- '3.11'
294294
exclude:
295-
- python: '3.8'
296-
ansible: stable-2.16
297-
298295
- python: '3.8'
299296
ansible: stable-2.17
300297

301298
- python: '3.8'
302299
ansible: devel
303300

304-
- python: '3.9'
305-
ansible: stable-2.15
301+
- python: '3.8'
302+
ansible: stable-2.19
306303

307304
- python: '3.9'
308305
ansible: stable-2.17
@@ -311,17 +308,10 @@ jobs:
311308
ansible: devel
312309

313310
- python: '3.10'
314-
ansible: stable-2.15
315-
316-
- python: '3.10'
317-
ansible: stable-2.16
318-
319-
- python: '3.11'
320-
ansible: stable-2.15
311+
ansible: stable-2.17
321312

322313
- python: '3.11'
323-
ansible: stable-2.16
324-
314+
ansible: stable-2.17
325315
steps:
326316
- name: >-
327317
Perform unit testing against

README.md

Lines changed: 1 addition & 1 deletion
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.16
9493
- stable-2.17
9594
- stable-2.18
95+
- stable-2.19
9696
- current development version
9797

9898
### Python

tests/sanity/ignore-2.20.txt

Lines changed: 3 additions & 0 deletions
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)