We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a7e884 commit 2ddff09Copy full SHA for 2ddff09
.github/workflows/ansible-test-plugins.yml
@@ -28,6 +28,7 @@ jobs:
28
- stable-2.10
29
- stable-2.11
30
- stable-2.12
31
+ - stable-2.13
32
- devel
33
steps:
34
@@ -61,9 +62,18 @@ jobs:
61
62
63
64
65
66
67
python:
68
- 3.6
69
+ include:
70
+ - python: "3.8"
71
+ ansible: "stable-2.12"
72
+ proxysql: 2.3.2
73
74
+ ansible: "stable-2.13"
75
76
+
77
78
79
- name: Check out code
0 commit comments