Skip to content

Commit acf6542

Browse files
authored
Test against k8s 1.33 (#180)
Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 1dcfaaf commit acf6542

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
needs: build
5252
strategy:
5353
matrix:
54-
k8s: [v1.26.15, v1.28.15, v1.30.10, v1.32.2]
54+
k8s: [v1.28.15, v1.30.13, v1.32.5, v1.33.1]
5555
steps:
5656
- uses: actions/checkout@v4
5757

@@ -65,7 +65,7 @@ jobs:
6565
id: kind
6666
uses: engineerd/setup-kind@v0.5.0
6767
with:
68-
version: v0.27.0
68+
version: v0.29.0
6969
image: kindest/node:${{ matrix.k8s }}
7070

7171
- name: Prepare cluster for testing

0 commit comments

Comments
 (0)