1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-04-28 11:58:48 +00:00

Add 2.10 jobs and 2.11 ignore file (#63)

This commit is contained in:
Sergey 2020-06-22 11:02:46 +03:00 committed by GitHub
parent b2c36a8930
commit c485fb8b19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 23 additions and 2 deletions

View file

@ -13,7 +13,7 @@ jobs:
runner-os:
- ubuntu-16.04
ansible-version:
- git+https://github.com/ansible/ansible.git@devel
- git+https://github.com/ansible/ansible.git@stable-2.10
runner-python-version:
- 3.7
steps:
@ -58,6 +58,7 @@ jobs:
- 3.7
ansible-version:
- ansible<2.10
- git+https://github.com/ansible/ansible.git@stable-2.10
- git+https://github.com/ansible/ansible.git@devel
python-version:
- 2.7

View file

@ -13,7 +13,7 @@ jobs:
runner-os:
- ubuntu-16.04
ansible-version:
- git+https://github.com/ansible/ansible.git@devel
- git+https://github.com/ansible/ansible.git@stable-2.10
runner-python-version:
- 3.7
steps: