Skip to content

Commit bb74164

Browse files
authored
bump range of k8s versions to test on (#631)
Signed-off-by: David J. M. Karlsen <[email protected]>
1 parent 02dbd5b commit bb74164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
strategy:
4545
fail-fast: false
4646
matrix:
47-
k8s: [ "v1.26.6", "v1.28.0" ]
47+
k8s: [ "v1.26.13", "v1.29.1" ]
4848
runs-on: ubuntu-latest
4949
if: "!contains(github.event.head_commit.message, 'skip ci')"
5050
steps:

0 commit comments

Comments
 (0)