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:
parent
ecd50a7874
commit
ba763e2988
15 changed files with 59 additions and 93 deletions
10
.github/workflows/podman_login_info.yml
vendored
10
.github/workflows/podman_login_info.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue