From 0586d919435dbc2b4e4a178d15729a30784f077f Mon Sep 17 00:00:00 2001 From: Guido Grazioli Date: Tue, 14 Nov 2023 12:03:06 +0100 Subject: [PATCH] integration tests: drop EOL versions Signed-off-by: Guido Grazioli --- .github/workflows/integration.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 7c848c8..dd3cd9d 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -111,15 +111,11 @@ jobs: matrix: test-target: ${{ fromJSON(inputs.ansible_test_targets) }} ansible-version: - - stable-2.9 - - stable-2.12 - stable-2.14 - stable-2.15 - milestone - devel python-version: - - "3.8" - - "3.9" - "3.11" exclude: ${{ fromJSON(inputs.matrix_exclude) }} include: ${{ fromJSON(inputs.matrix_include) }}