Skip to content

Commit 6ba17df

Browse files
committed
run integration tests for 1.23 as well
1 parent 1831b87 commit 6ba17df

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

.circleci/config.yml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff 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

172178
workflows:
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

0 commit comments

Comments
 (0)