Skip to content

Commit e56e7c4

Browse files
committed
Test against original k8s's
1 parent c7bcda0 commit e56e7c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
# NOTE: these need to be valid kindest/node image versions
15-
k8s_version: ['1.21.2'] # ['1.21.2', '1.22.7', '1.23.5']
15+
k8s_version: ['1.21.2', '1.22.7', '1.23.5']
1616
steps:
1717
- name: Disable Swap
1818
run: |

0 commit comments

Comments
 (0)