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:
parent
d3d19df6c2
commit
5fe709ae5f
1 changed files with 2 additions and 8 deletions
10
.github/workflows/podman_container_api.yml
vendored
10
.github/workflows/podman_container_api.yml
vendored
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue