mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-03-22 02:29:08 +00:00
Run jobs with new Podman repos
Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
parent
d43a5a4a48
commit
fbd98250f5
40 changed files with 660 additions and 675 deletions
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
runner-os:
|
||||
- ubuntu-22.04
|
||||
- ubuntu-24.04
|
||||
ansible-version:
|
||||
- git+https://github.com/ansible/ansible.git@stable-2.15
|
||||
runner-python-version:
|
||||
|
|
@ -55,7 +55,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
runner-os:
|
||||
- ubuntu-22.04
|
||||
- ubuntu-24.04
|
||||
runner-python-version:
|
||||
- '3.11'
|
||||
ansible-version:
|
||||
|
|
@ -64,12 +64,12 @@ jobs:
|
|||
python-version:
|
||||
- '3.11'
|
||||
include:
|
||||
- runner-os: ubuntu-22.04
|
||||
- runner-os: ubuntu-24.04
|
||||
runner-python-version: '3.12'
|
||||
ansible-version: git+https://github.com/ansible/ansible.git@devel
|
||||
python-version: '3.12'
|
||||
exclude:
|
||||
- runner-os: ubuntu-22.04
|
||||
- runner-os: ubuntu-24.04
|
||||
runner-python-version: '3.11'
|
||||
ansible-version: git+https://github.com/ansible/ansible.git@devel
|
||||
python-version: '3.11'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue