Skip to content

Commit 41e7b4b

Browse files
authored
Merge pull request #143 from aramase/aramase/ci/update_e2e_workflow
ci: update kind version and test matrix in e2e-test
2 parents 542115b + 73a4a43 commit 41e7b4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/e2e-provider-tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ permissions:
2121

2222
jobs:
2323
e2e-test:
24-
runs-on: ubuntu-20.04
24+
runs-on: ubuntu-latest
2525
timeout-minutes: 20
2626
strategy:
2727
matrix:
28-
KUBERNETES_VERSION: ["v1.28.13", "v1.29.8", "v1.30.4"]
28+
KUBERNETES_VERSION: ["v1.30.13", "v1.31.9", "v1.32.5", "v1.33.1"]
2929
steps:
3030
- name: Harden Runner
3131
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
@@ -47,7 +47,7 @@ jobs:
4747
- name: Setup Kind
4848
uses: engineerd/setup-kind@71e45b960fc8dd50b4aeabf6eb6ef2ca0920b4c1 # v0.6.2
4949
with:
50-
version: "v0.23.0"
50+
version: "v0.29.0"
5151
image: "kindest/node:${{ matrix.KUBERNETES_VERSION }}"
5252
config: "hack/localsetup/kind-config.yaml"
5353
- name: Test

0 commit comments

Comments
 (0)