Skip to content

Commit d944516

Browse files
committed
test fixes
Signed-off-by: Ryan Swanson <ryan.swanson@loft.sh>
1 parent 02baf29 commit d944516

File tree

8 files changed

+255
-251
lines changed

8 files changed

+255
-251
lines changed

.github/workflows/e2e-tests.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
matrix:
2626
kubernetes_version:
2727
- v1.27.3
28-
- v1.28.0
28+
- v1.30.0
29+
- v1.34.0
2930
steps:
3031
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
3132
- name: Checkout repo
@@ -38,9 +39,9 @@ jobs:
3839

3940
# Creates KinD with using k8s versions from the matrix above
4041
- name: Set up kind with K8s version v1.22.4
41-
uses: engineerd/setup-kind@v0.5.0
42+
uses: engineerd/setup-kind@v0.6.2
4243
with:
43-
version: "v0.20.0"
44+
version: "v0.31.0"
4445
image: kindest/node:${{ matrix.kubernetes_version }}
4546

4647
- name: Testing kind cluster set-up

0 commit comments

Comments
 (0)