Backports to stable-2.13 and stable-2.14 have been merged. (#537)
https://github.com/ansible/ansible/pull/79538 https://github.com/ansible/ansible/pull/79507pull/540/head
parent
619d7d1dfe
commit
176da44faf
|
@ -34,7 +34,7 @@ jobs:
|
|||
# for the latest list.
|
||||
runs-on: >-
|
||||
${{ contains(fromJson(
|
||||
'["2.9", "2.10", "2.11", "2.12", "2.13", "2.14"]'
|
||||
'["2.9", "2.10", "2.11", "2.12"]'
|
||||
), matrix.ansible) && 'ubuntu-20.04' || 'ubuntu-latest' }}
|
||||
steps:
|
||||
- name: Perform sanity testing
|
||||
|
@ -53,7 +53,7 @@ jobs:
|
|||
# for the latest list.
|
||||
runs-on: >-
|
||||
${{ contains(fromJson(
|
||||
'["2.9", "2.10", "2.11", "2.12", "2.13", "2.14"]'
|
||||
'["2.9", "2.10", "2.11", "2.12"]'
|
||||
), matrix.ansible) && 'ubuntu-20.04' || 'ubuntu-latest' }}
|
||||
name: EOL Units (Ⓐ${{ matrix.ansible }})
|
||||
strategy:
|
||||
|
@ -84,7 +84,7 @@ jobs:
|
|||
# for the latest list.
|
||||
runs-on: >-
|
||||
${{ contains(fromJson(
|
||||
'["2.9", "2.10", "2.11", "2.12", "2.13", "2.14"]'
|
||||
'["2.9", "2.10", "2.11", "2.12"]'
|
||||
), matrix.ansible) && 'ubuntu-20.04' || 'ubuntu-latest' }}
|
||||
name: EOL I (Ⓐ${{ matrix.ansible }}+${{ matrix.docker }}+py${{ matrix.python }}:${{ matrix.target }})
|
||||
strategy:
|
||||
|
|
Loading…
Reference in New Issue