File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ permissions:
25
25
26
26
jobs :
27
27
e2e-test :
28
- runs-on : ubuntu-20 .04
28
+ runs-on : ubuntu-22 .04
29
29
timeout-minutes : 20
30
30
strategy :
31
31
matrix :
32
- KUBERNETES_VERSION : ["v1.28.9 ", "v1.29.4 ", "v1.30.2 "]
32
+ KUBERNETES_VERSION : ["v1.30.10 ", "v1.31.6 ", "v1.32.3 "]
33
33
steps :
34
34
- name : Harden Runner
35
35
uses : step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
47
47
- name : Setup Kind
48
48
uses : engineerd/setup-kind@aa272fe2a7309878ffc2a81c56cfe3ef108ae7d0 # v0.5.0
49
49
with :
50
- version : " v0.23 .0"
50
+ version : " v0.27 .0"
51
51
image : " kindest/node:${{ matrix.KUBERNETES_VERSION }}"
52
52
- name : Test
53
53
run : |
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ EKSCTL := eksctl
99
99
YQ := yq
100
100
101
101
# Test variables
102
- KIND_VERSION ?= 0.23 .0
102
+ KIND_VERSION ?= 0.27 .0
103
103
KUBERNETES_VERSION ?= 1.30.2
104
104
KUBECTL_VERSION ?= 1.30.2
105
105
BATS_VERSION ?= 1.4.1
You can’t perform that action at this time.
0 commit comments