Skip to content

Commit

Permalink
add test for 2.13 (#5)
Browse files Browse the repository at this point in the history
* add test for 2.13
  • Loading branch information
rainerleber authored May 1, 2022
1 parent 33ac72d commit bcf6e6d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- stable-2.10
- stable-2.11
- stable-2.12
- stable-2.13
- devel
runs-on: ubuntu-latest
steps:
Expand All @@ -47,6 +48,7 @@ jobs:
- stable-2.10
- stable-2.11
- stable-2.12
- stable-2.13
- devel
python:
- 2.6
Expand All @@ -62,6 +64,8 @@ jobs:
python: 3.9
- ansible: devel
python: 2.6
- ansible: stable-2.13
python: 2.6

steps:
- name: Check out code
Expand Down Expand Up @@ -91,6 +95,7 @@ jobs:
# - stable-2.10
# - stable-2.11
# - stable-2.12
# - stable-2.13
# - devel
# python:
# - 2.6
Expand Down

0 comments on commit bcf6e6d

Please sign in to comment.