mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-04-27 19:38:47 +00:00
Use 2.13 Ansible version in CI jobs instead of 2.11 (#439)
Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
parent
2577f5b0f5
commit
2cc1040f33
6 changed files with 9 additions and 9 deletions
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
runner-os:
|
||||
- ubuntu-20.04
|
||||
ansible-version:
|
||||
- git+https://github.com/ansible/ansible.git@stable-2.11
|
||||
- git+https://github.com/ansible/ansible.git@stable-2.13
|
||||
runner-python-version:
|
||||
- 3.8
|
||||
steps:
|
||||
|
|
@ -60,7 +60,7 @@ jobs:
|
|||
- 3.8
|
||||
ansible-version:
|
||||
- ansible<2.10
|
||||
- git+https://github.com/ansible/ansible.git@stable-2.11
|
||||
- git+https://github.com/ansible/ansible.git@stable-2.13
|
||||
- git+https://github.com/ansible/ansible.git@devel
|
||||
python-version:
|
||||
- 3.8
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
runner-os:
|
||||
- ubuntu-20.04
|
||||
ansible-version:
|
||||
- git+https://github.com/ansible/ansible.git@stable-2.11
|
||||
- git+https://github.com/ansible/ansible.git@stable-2.13
|
||||
runner-python-version:
|
||||
- 3.9
|
||||
steps:
|
||||
|
|
|
|||
2
.github/workflows/collection-publish.yml
vendored
2
.github/workflows/collection-publish.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
runner-os:
|
||||
- ubuntu-20.04
|
||||
ansible-version:
|
||||
- git+https://github.com/ansible/ansible.git@stable-2.11
|
||||
- git+https://github.com/ansible/ansible.git@stable-2.13
|
||||
runner-python-version:
|
||||
- 3.9
|
||||
steps:
|
||||
|
|
|
|||
6
.github/workflows/connections_tests.yml
vendored
6
.github/workflows/connections_tests.yml
vendored
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
runner-os:
|
||||
- ubuntu-20.04
|
||||
ansible-version:
|
||||
- git+https://github.com/ansible/ansible.git@stable-2.11
|
||||
- git+https://github.com/ansible/ansible.git@stable-2.13
|
||||
runner-python-version:
|
||||
- 3.8
|
||||
steps:
|
||||
|
|
@ -77,7 +77,7 @@ jobs:
|
|||
matrix:
|
||||
ansible-version:
|
||||
- ansible<2.10
|
||||
- git+https://github.com/ansible/ansible.git@stable-2.11
|
||||
- git+https://github.com/ansible/ansible.git@stable-2.13
|
||||
- git+https://github.com/ansible/ansible.git@devel
|
||||
os:
|
||||
- ubuntu-20.04
|
||||
|
|
@ -168,7 +168,7 @@ jobs:
|
|||
matrix:
|
||||
ansible-version:
|
||||
- ansible<2.10
|
||||
- git+https://github.com/ansible/ansible.git@stable-2.11
|
||||
- git+https://github.com/ansible/ansible.git@stable-2.13
|
||||
- git+https://github.com/ansible/ansible.git@devel
|
||||
os:
|
||||
- ubuntu-20.04
|
||||
|
|
|
|||
2
.github/workflows/podman_container.yml
vendored
2
.github/workflows/podman_container.yml
vendored
|
|
@ -41,8 +41,8 @@ jobs:
|
|||
matrix:
|
||||
ansible-version:
|
||||
- ansible<2.10
|
||||
- git+https://github.com/ansible/ansible.git@stable-2.11
|
||||
- git+https://github.com/ansible/ansible.git@stable-2.12
|
||||
- git+https://github.com/ansible/ansible.git@stable-2.13
|
||||
- git+https://github.com/ansible/ansible.git@devel
|
||||
os:
|
||||
- ubuntu-20.04
|
||||
|
|
|
|||
2
.github/workflows/podman_containers.yml
vendored
2
.github/workflows/podman_containers.yml
vendored
|
|
@ -41,8 +41,8 @@ jobs:
|
|||
matrix:
|
||||
ansible-version:
|
||||
- ansible<2.10
|
||||
- git+https://github.com/ansible/ansible.git@stable-2.11
|
||||
- git+https://github.com/ansible/ansible.git@stable-2.12
|
||||
- git+https://github.com/ansible/ansible.git@stable-2.13
|
||||
- git+https://github.com/ansible/ansible.git@devel
|
||||
os:
|
||||
- ubuntu-20.04
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue