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

Fix Python version in CI for latest Ansible 2.19 (#951)

Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
Sergey 2025-07-31 13:54:17 +03:00 committed by GitHub
parent 43e9e4c5aa
commit e12f269323
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 35 additions and 47 deletions

View file

@ -77,7 +77,7 @@ jobs:
matrix:
ansible-version:
- ansible<2.10
- git+https://github.com/ansible/ansible.git@stable-2.17
- git+https://github.com/ansible/ansible.git@stable-2.18
- git+https://github.com/ansible/ansible.git@devel
os:
- ubuntu-22.04
@ -85,7 +85,7 @@ jobs:
#- ubuntu-16.04
#- macos-latest
python-version:
- "3.10"
- "3.11"
# - 3.9
#- 3.6
#- 3.5
@ -93,11 +93,11 @@ jobs:
include:
- os: ubuntu-22.04
ansible-version: git+https://github.com/ansible/ansible.git@devel
python-version: "3.11"
python-version: "3.12"
exclude:
- os: ubuntu-22.04
ansible-version: git+https://github.com/ansible/ansible.git@devel
python-version: "3.10"
python-version: "3.11"
steps:
@ -174,8 +174,7 @@ jobs:
fail-fast: false
matrix:
ansible-version:
- ansible<2.10
- git+https://github.com/ansible/ansible.git@stable-2.17
- git+https://github.com/ansible/ansible.git@stable-2.18
- git+https://github.com/ansible/ansible.git@devel
os:
- ubuntu-22.04
@ -184,18 +183,18 @@ jobs:
#- macos-latest
python-version:
#- 3.9
- "3.10"
- "3.11"
#- 3.6
#- 3.5
#- 2.7
include:
- os: ubuntu-22.04
ansible-version: git+https://github.com/ansible/ansible.git@devel
python-version: "3.11"
python-version: "3.12"
exclude:
- os: ubuntu-22.04
ansible-version: git+https://github.com/ansible/ansible.git@devel
python-version: "3.10"
python-version: "3.11"
steps: