From d6dd8e0d4527bad1efa38b440718a11e89609775 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 17 Dec 2022 19:39:06 +0100 Subject: [PATCH] The ansible-test patch has been backported to stable-2.12. --- .github/workflows/ansible-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index 334e08c1..f17ce5db 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -34,7 +34,7 @@ jobs: # for the latest list. runs-on: >- ${{ contains(fromJson( - '["2.9", "2.10", "2.11", "2.12"]' + '["2.9", "2.10", "2.11"]' ), 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.9", "2.10", "2.11"]' ), 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.9", "2.10", "2.11"]' ), matrix.ansible) && 'ubuntu-20.04' || 'ubuntu-latest' }} name: EOL I (Ⓐ${{ matrix.ansible }}+${{ matrix.docker }}+py${{ matrix.python }}:${{ matrix.target }}) strategy: