mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-03-27 03:13:10 +00:00
integration tests: drop EOL versions
Signed-off-by: Guido Grazioli <ggraziol@redhat.com>
This commit is contained in:
4
.github/workflows/integration.yml
vendored
4
.github/workflows/integration.yml
vendored
@@ -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) }}
|
||||||
|
|||||||
Reference in New Issue
Block a user