Skip to content

Commit bdc7d27

Browse files
Check compatibility with k8s versions 1.26 and 1.26
Signed-off-by: Devanshu <[email protected]>
1 parent 61b6ad9 commit bdc7d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-gh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
max-parallel: 2
1616
matrix:
17-
k8s-version: [v1.27.0, latest]
17+
k8s-version: [v1.25.0, 1.26.0, latest]
1818
steps:
1919
- name: install kind
2020
uses: helm/kind-action@v1

0 commit comments

Comments
 (0)