Skip to content

Commit bcf6e6d

Browse files
authored
add test for 2.13 (#5)
* add test for 2.13
1 parent 33ac72d commit bcf6e6d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ansible-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- stable-2.10
2222
- stable-2.11
2323
- stable-2.12
24+
- stable-2.13
2425
- devel
2526
runs-on: ubuntu-latest
2627
steps:
@@ -47,6 +48,7 @@ jobs:
4748
- stable-2.10
4849
- stable-2.11
4950
- stable-2.12
51+
- stable-2.13
5052
- devel
5153
python:
5254
- 2.6
@@ -62,6 +64,8 @@ jobs:
6264
python: 3.9
6365
- ansible: devel
6466
python: 2.6
67+
- ansible: stable-2.13
68+
python: 2.6
6569

6670
steps:
6771
- name: Check out code
@@ -91,6 +95,7 @@ jobs:
9195
# - stable-2.10
9296
# - stable-2.11
9397
# - stable-2.12
98+
# - stable-2.13
9499
# - devel
95100
# python:
96101
# - 2.6

0 commit comments

Comments
 (0)