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 33ac72d commit bcf6e6dCopy full SHA for bcf6e6d
.github/workflows/ansible-test.yml
@@ -21,6 +21,7 @@ jobs:
21
- stable-2.10
22
- stable-2.11
23
- stable-2.12
24
+ - stable-2.13
25
- devel
26
runs-on: ubuntu-latest
27
steps:
@@ -47,6 +48,7 @@ jobs:
47
48
49
50
51
52
53
python:
54
- 2.6
@@ -62,6 +64,8 @@ jobs:
62
64
python: 3.9
63
65
- ansible: devel
66
python: 2.6
67
+ - ansible: stable-2.13
68
+ python: 2.6
69
70
71
- name: Check out code
@@ -91,6 +95,7 @@ jobs:
91
95
# - stable-2.10
92
96
# - stable-2.11
93
97
# - stable-2.12
98
+ # - stable-2.13
94
99
# - devel
100
# python:
101
# - 2.6
0 commit comments