Remove testing aagainst devel
parent
a7faff9933
commit
aa33905ce2
|
@ -26,7 +26,6 @@ jobs:
|
||||||
# Testing against `devel` may fail as new tests are added.
|
# Testing against `devel` may fail as new tests are added.
|
||||||
- stable-2.9 # Only if your collection supports Ansible 2.9
|
- stable-2.9 # Only if your collection supports Ansible 2.9
|
||||||
- stable-2.10
|
- stable-2.10
|
||||||
- devel
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
@ -71,7 +70,6 @@ jobs:
|
||||||
ansible:
|
ansible:
|
||||||
- stable-2.9 # Only if your collection supports Ansible 2.9
|
- stable-2.9 # Only if your collection supports Ansible 2.9
|
||||||
- stable-2.10
|
- stable-2.10
|
||||||
- devel
|
|
||||||
python:
|
python:
|
||||||
- 2.7
|
- 2.7
|
||||||
- 3.5
|
- 3.5
|
||||||
|
|
Loading…
Reference in New Issue