Skip to content

Commit 97cead4

Browse files
authored
fix(ci): Bump Kubernetes version for E2E tests (#253)
Signed-off-by: Andrey Velichkevich <andrey.velichkevich@gmail.com>
1 parent 55fa275 commit 97cead4

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/test-e2e.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: E2E Test
22

3-
on:
4-
pull_request
3+
on: pull_request
54

65
concurrency:
76
group: ${{ github.workflow }}-${{ github.ref }}
@@ -15,7 +14,7 @@ jobs:
1514
strategy:
1615
fail-fast: false
1716
matrix:
18-
kubernetes-version: ["1.30.0", "1.31.0", "1.32.3", "1.33.1"]
17+
kubernetes-version: ["1.32.3", "1.33.1", "1.34.0", "1.35.0"]
1918
trainer-ref: ["master"]
2019

2120
steps:

0 commit comments

Comments
 (0)