Skip to content

Commit 1c6181a

Browse files
committed
ci: Test against multiple versions of K8s
1 parent e8ed1df commit 1c6181a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
strategy:
143143
fail-fast: false
144144
matrix:
145-
k8s_version: [v1.28.0, v1.27.3, v1.26.6]
145+
k8s_version: [v1.31.0, v1.30.4, v1.29.8, v1.28.13, v1.27.16, v1.26.15]
146146
service_binding:
147147
- "false"
148148
# - "true" # Service Binding Operator deprecated as of Feb 2024
@@ -167,7 +167,7 @@ jobs:
167167
chmod a+x ./odo
168168
sudo mv ./odo /usr/local/bin/odo
169169
- name: Create kind cluster
170-
uses: helm/kind-action@dda0770415bac9fc20092cacbc54aa298604d140 # v1.8.0
170+
uses: helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde # v1.10.0
171171
with:
172172
node_image: "kindest/node:${{ matrix.k8s_version }}"
173173
cluster_name: "odo-ci-kind-cluster"

0 commit comments

Comments
 (0)