File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -145,35 +145,44 @@ jobs:
145145 name : Run verification
146146 command : make
147147
148+ integration-test-k8s1-23 :
149+ << : *integration-test-base
150+ environment :
151+ << : *integration-test-environment
152+ K8S_VERSION : v1.23.4
153+
148154 integration-test-k8s1-22 :
149155 << : *integration-test-base
150156 environment :
151157 << : *integration-test-environment
152- K8S_VERSION : v1.22.3
158+ K8S_VERSION : v1.22.7
153159
154160 integration-test-k8s1-21 :
155161 << : *integration-test-base
156162 environment :
157163 << : *integration-test-environment
158- K8S_VERSION : v1.21.3
164+ K8S_VERSION : v1.21.10
159165
160166 integration-test-k8s1-20 :
161167 << : *integration-test-base
162168 environment :
163169 << : *integration-test-environment
164- K8S_VERSION : v1.20.9
170+ K8S_VERSION : v1.20.15
165171
166172 integration-test-k8s1-19 :
167173 << : *integration-test-base
168174 environment :
169175 << : *integration-test-environment
170- K8S_VERSION : v1.19.2
176+ K8S_VERSION : v1.19.16
171177
172178workflows :
173179 version : 2
174180 ci :
175181 jobs :
176182 - check
183+ - integration-test-k8s1-23 :
184+ requires :
185+ - check
177186 - integration-test-k8s1-22 :
178187 requires :
179188 - check
You can’t perform that action at this time.
0 commit comments