Backports to stable-2.13 and stable-2.14 have been merged. (#140)

https://github.com/ansible/ansible/pull/79538
https://github.com/ansible/ansible/pull/79507
This commit is contained in:
Felix Fontein 2022-12-07 13:21:10 +01:00 committed by GitHub
parent 215576fa1b
commit 5fa47579af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ jobs:
# for the latest list.
runs-on: >-
${{ contains(fromJson(
'["stable-2.9", "stable-2.10", "stable-2.11", "stable-2.12", "stable-2.13", "stable-2.14"]'
'["stable-2.9", "stable-2.10", "stable-2.11", "stable-2.12"]'
), matrix.ansible) && 'ubuntu-20.04' || 'ubuntu-latest' }}
steps:
- name: Perform sanity testing
@ -61,7 +61,7 @@ jobs:
# for the latest list.
runs-on: >-
${{ contains(fromJson(
'["stable-2.9", "stable-2.10", "stable-2.11", "stable-2.12", "stable-2.13", "stable-2.14"]'
'["stable-2.9", "stable-2.10", "stable-2.11", "stable-2.12"]'
), matrix.ansible) && 'ubuntu-20.04' || 'ubuntu-latest' }}
name: Units (Ⓐ${{ matrix.ansible }})
strategy:
@ -98,7 +98,7 @@ jobs:
# for the latest list.
runs-on: >-
${{ contains(fromJson(
'["stable-2.9", "stable-2.10", "stable-2.11", "stable-2.12", "stable-2.13", "stable-2.14"]'
'["stable-2.9", "stable-2.10", "stable-2.11", "stable-2.12"]'
), matrix.ansible) && 'ubuntu-20.04' || 'ubuntu-latest' }}
name: I (Ⓐ${{ matrix.ansible }}+py${{ matrix.python }})
strategy: