File tree Expand file tree Collapse file tree 3 files changed +11
-18
lines changed Expand file tree Collapse file tree 3 files changed +11
-18
lines changed Original file line number Diff line number Diff line change 22
22
strategy :
23
23
matrix :
24
24
ansible :
25
- - stable-2.16
26
25
- stable-2.17
27
26
- stable-2.18
27
+ - stable-2.19
28
28
- devel
29
29
steps :
30
30
# https://github.com/ansible-community/ansible-test-gh-action
44
44
fail-fast : false
45
45
matrix :
46
46
ansible :
47
- - stable-2.16
48
47
- stable-2.17
49
48
- stable-2.18
49
+ - stable-2.19
50
50
- devel
51
51
db_engine_name :
52
52
- mysql
@@ -282,27 +282,24 @@ jobs:
282
282
fail-fast : true
283
283
matrix :
284
284
ansible :
285
- - stable-2.16
286
285
- stable-2.17
287
286
- stable-2.18
287
+ - stable-2.19
288
288
- devel
289
289
python :
290
290
- ' 3.8'
291
291
- ' 3.9'
292
292
- ' 3.10'
293
293
- ' 3.11'
294
294
exclude :
295
- - python : ' 3.8'
296
- ansible : stable-2.16
297
-
298
295
- python : ' 3.8'
299
296
ansible : stable-2.17
300
297
301
298
- python : ' 3.8'
302
299
ansible : devel
303
300
304
- - python : ' 3.9 '
305
- ansible : stable-2.15
301
+ - python : ' 3.8 '
302
+ ansible : stable-2.19
306
303
307
304
- python : ' 3.9'
308
305
ansible : stable-2.17
@@ -311,17 +308,10 @@ jobs:
311
308
ansible : devel
312
309
313
310
- 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
321
312
322
313
- python : ' 3.11'
323
- ansible : stable-2.16
324
-
314
+ ansible : stable-2.17
325
315
steps :
326
316
- name : >-
327
317
Perform unit testing against
Original file line number Diff line number Diff line change @@ -90,9 +90,9 @@ Here is the table for the support timeline:
90
90
91
91
### ansible-core
92
92
93
- - stable-2.16
94
93
- stable-2.17
95
94
- stable-2.18
95
+ - stable-2.19
96
96
- current development version
97
97
98
98
### Python
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments