Skip to content

Commit b2bde72

Browse files
committed
ci: add K8s v1.31 to integration test matrix
The live OKE cluster runs v1.31.10 but integration tests only covered v1.28-v1.30. Adds kindest/node:v1.31.14 to close the coverage gap.
1 parent 778800a commit b2bde72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/integration-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- v1.28.13
1717
- v1.29.8
1818
- v1.30.4
19+
- v1.31.14
1920
steps:
2021
- uses: actions/checkout@v4
2122

0 commit comments

Comments
 (0)