From f823555ae3b6b377779a2320d41ea3804dc8f964 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 7 Dec 2022 08:58:58 +0100 Subject: [PATCH] Backports to stable-2.13 and stable-2.14 have been merged. (#525) https://github.com/ansible/ansible/pull/79538 https://github.com/ansible/ansible/pull/79507 --- .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 36f9c292..aba879d6 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -32,7 +32,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 @@ -51,7 +51,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: @@ -80,7 +80,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: