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

Fix CI job config

This commit is contained in:
Sagi Shnaidman 2025-08-24 14:46:00 +03:00
parent d3d19df6c2
commit 5fe709ae5f

View file

@ -40,20 +40,14 @@ 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
python-version:
- "3.11"
- "3.12"
podman-version:
- unstable
include:
- os: ubuntu-22.04
ansible-version: git+https://github.com/ansible/ansible.git@stable-2.17
python-version: "3.10"
podman-version: stable
steps: