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

Upgrade Python version for latest Ansible (#786)

Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
Sergey 2024-06-19 10:18:45 +03:00 committed by GitHub
parent c7a2aec93c
commit 680b9a9309
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 45 additions and 20 deletions

View file

@ -43,7 +43,7 @@ jobs:
matrix:
ansible-version:
- ansible<2.10
- git+https://github.com/ansible/ansible.git@stable-2.15
- git+https://github.com/ansible/ansible.git@stable-2.17
- git+https://github.com/ansible/ansible.git@devel
os:
- ubuntu-22.04
@ -53,9 +53,18 @@ jobs:
- unstable
include:
- os: ubuntu-22.04
ansible-version: git+https://github.com/ansible/ansible.git@stable-2.15
ansible-version: git+https://github.com/ansible/ansible.git@stable-2.17
python-version: "3.10"
podman-version: stable
- os: ubuntu-22.04
ansible-version: git+https://github.com/ansible/ansible.git@devel
python-version: "3.11"
podman-version: unstable
exclude:
- os: ubuntu-22.04
ansible-version: git+https://github.com/ansible/ansible.git@devel
python-version: "3.10"
podman-version: unstable
steps: