Skip to content

Commit

Permalink
Test on k8s 1.24.x (#435)
Browse files Browse the repository at this point in the history
* Test on k8s 1.24.x

* Bump k8s version
  • Loading branch information
davidkarlsen authored Jun 27, 2022
1 parent fa42694 commit e33476f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
strategy:
fail-fast: false
matrix:
k8s: [ "v1.17.17", "v1.23.4" ]
k8s: [ "v1.17.17", "v1.24.2" ]
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'skip ci')"
steps:
Expand Down

0 comments on commit e33476f

Please sign in to comment.