Skip to content

Commit 2ddff09

Browse files
authored
CI: add stable-2.13 (#95)
* update ansible and python versions * remove python 3.6 from molecule test * revert * try only python 3 * molecule testing only stable >= 2.11 * revert * try * add proxysql version for python 3.8 * cleanup
1 parent 4a7e884 commit 2ddff09

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- stable-2.10
2929
- stable-2.11
3030
- stable-2.12
31+
- stable-2.13
3132
- devel
3233
steps:
3334

@@ -61,9 +62,18 @@ jobs:
6162
- stable-2.10
6263
- stable-2.11
6364
- stable-2.12
65+
- stable-2.13
6466
- devel
6567
python:
6668
- 3.6
69+
include:
70+
- python: "3.8"
71+
ansible: "stable-2.12"
72+
proxysql: 2.3.2
73+
- python: "3.8"
74+
ansible: "stable-2.13"
75+
proxysql: 2.3.2
76+
6777
steps:
6878

6979
- name: Check out code

0 commit comments

Comments
 (0)