ci: add k8s v1.31 and remove v1.28 from stackit e2e test (#3699)

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2025-03-17 10:34:34 +01:00 committed by GitHub
parent 7f52752cbd
commit f64dc96e7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,7 +40,7 @@ jobs:
fail-fast: false
max-parallel: 6
matrix:
kubernetesVersion: [ "1.28", "1.29", "1.30" ]
kubernetesVersion: [ "1.29", "1.30", "1.31" ]
clusterCreation: [ "cli", "terraform" ]
test: [ "sonobuoy quick" ]
runs-on: ubuntu-24.04