mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-26 00:35:19 -04:00
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:
parent
7f52752cbd
commit
f64dc96e7a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/e2e-test-stackit.yml
vendored
2
.github/workflows/e2e-test-stackit.yml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
max-parallel: 6
|
max-parallel: 6
|
||||||
matrix:
|
matrix:
|
||||||
kubernetesVersion: [ "1.28", "1.29", "1.30" ]
|
kubernetesVersion: [ "1.29", "1.30", "1.31" ]
|
||||||
clusterCreation: [ "cli", "terraform" ]
|
clusterCreation: [ "cli", "terraform" ]
|
||||||
test: [ "sonobuoy quick" ]
|
test: [ "sonobuoy quick" ]
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue