mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 20:08:41 +00:00
Fix CI image selection. (#521)
This commit is contained in:
parent
019712b09f
commit
11351839ee
6
.github/workflows/ansible-test.yml
vendored
6
.github/workflows/ansible-test.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
|||||||
# for the latest list.
|
# for the latest list.
|
||||||
runs-on: >-
|
runs-on: >-
|
||||||
${{ contains(fromJson(
|
${{ contains(fromJson(
|
||||||
'["stable-2.9", "stable-2.10", "stable-2.11", "stable-2.12", "stable-2.13", "stable-2.14"]'
|
'["2.9", "2.10", "2.11", "2.12", "2.13", "2.14"]'
|
||||||
), matrix.ansible) && 'ubuntu-20.04' || 'ubuntu-latest' }}
|
), matrix.ansible) && 'ubuntu-20.04' || 'ubuntu-latest' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Perform sanity testing
|
- name: Perform sanity testing
|
||||||
@ -51,7 +51,7 @@ jobs:
|
|||||||
# for the latest list.
|
# for the latest list.
|
||||||
runs-on: >-
|
runs-on: >-
|
||||||
${{ contains(fromJson(
|
${{ contains(fromJson(
|
||||||
'["stable-2.9", "stable-2.10", "stable-2.11", "stable-2.12", "stable-2.13", "stable-2.14"]'
|
'["2.9", "2.10", "2.11", "2.12", "2.13", "2.14"]'
|
||||||
), matrix.ansible) && 'ubuntu-20.04' || 'ubuntu-latest' }}
|
), matrix.ansible) && 'ubuntu-20.04' || 'ubuntu-latest' }}
|
||||||
name: EOL Units (Ⓐ${{ matrix.ansible }})
|
name: EOL Units (Ⓐ${{ matrix.ansible }})
|
||||||
strategy:
|
strategy:
|
||||||
@ -80,7 +80,7 @@ jobs:
|
|||||||
# for the latest list.
|
# for the latest list.
|
||||||
runs-on: >-
|
runs-on: >-
|
||||||
${{ contains(fromJson(
|
${{ contains(fromJson(
|
||||||
'["stable-2.9", "stable-2.10", "stable-2.11", "stable-2.12", "stable-2.13", "stable-2.14"]'
|
'["2.9", "2.10", "2.11", "2.12", "2.13", "2.14"]'
|
||||||
), matrix.ansible) && 'ubuntu-20.04' || 'ubuntu-latest' }}
|
), matrix.ansible) && 'ubuntu-20.04' || 'ubuntu-latest' }}
|
||||||
name: EOL I (Ⓐ${{ matrix.ansible }}+${{ matrix.docker }}+py${{ matrix.python }}:${{ matrix.target }})
|
name: EOL I (Ⓐ${{ matrix.ansible }}+${{ matrix.docker }}+py${{ matrix.python }}:${{ matrix.target }})
|
||||||
strategy:
|
strategy:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user