integration tests: drop EOL versions

Signed-off-by: Guido Grazioli <ggraziol@redhat.com>
This commit is contained in:
Guido Grazioli
2023-11-14 12:03:06 +01:00
parent 8f8e7eda6e
commit 0586d91943

View File

@@ -111,15 +111,11 @@ jobs:
matrix: matrix:
test-target: ${{ fromJSON(inputs.ansible_test_targets) }} test-target: ${{ fromJSON(inputs.ansible_test_targets) }}
ansible-version: ansible-version:
- stable-2.9
- stable-2.12
- stable-2.14 - stable-2.14
- stable-2.15 - stable-2.15
- milestone - milestone
- devel - devel
python-version: python-version:
- "3.8"
- "3.9"
- "3.11" - "3.11"
exclude: ${{ fromJSON(inputs.matrix_exclude) }} exclude: ${{ fromJSON(inputs.matrix_exclude) }}
include: ${{ fromJSON(inputs.matrix_include) }} include: ${{ fromJSON(inputs.matrix_include) }}