Skip to content

Commit 896dba4

Browse files
committed
ci: fix integration test matrix
Signed-off-by: Mark Sagi-Kazar <[email protected]>
1 parent fbed17b commit 896dba4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36-
kube: ["1.19", "1.20", "1.21", "1.22", "1.23", "1.24", "1.25", "1.26"]
36+
kube: ["1.19", "1.20", "1.21", "1.22", "1.23", "1.24"]
37+
# kube: ["1.19", "1.20", "1.21", "1.22", "1.23", "1.24", "1.25", "1.26"]
3738
env:
3839
KUBECONFIG: ${{ github.workspace }}/.kube/config
3940

0 commit comments

Comments
 (0)