1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-02-04 07:11:49 +00:00

Add Ansible 2.11 to all tests and use Ubuntu 20.04 (#243)

This commit is contained in:
Sergey 2021-04-07 11:13:58 +03:00 committed by GitHub
parent ecd50a7874
commit ba763e2988
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 59 additions and 93 deletions

View file

@ -35,15 +35,13 @@ jobs:
matrix:
ansible-version:
- ansible<2.10
# - git+https://github.com/ansible/ansible.git@stable-2.10
# - git+https://github.com/ansible/ansible.git@stable-2.11
- git+https://github.com/ansible/ansible.git@devel
os:
- ubuntu-latest
- ubuntu-20.04
python-version:
- 3.7
include:
- os: ubuntu-20.04
ansible-version: git+https://github.com/ansible/ansible.git@devel
python-version: 3.7
steps:
- name: Check out repository