Skip to content

Commit

Permalink
test: add k8s 1.28 to CI (aws#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdeal authored Sep 27, 2023
1 parent 7bda4a7 commit 3d8192c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/presubmit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
k8sVersion: ["1.22.x", "1.23.x", "1.24.x", "1.25.x", "1.26.x", "1.27.x"]
k8sVersion: ["1.22.x", "1.23.x", "1.24.x", "1.25.x", "1.26.x", "1.27.x", "1.28.x"]
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/install-deps
Expand Down

0 comments on commit 3d8192c

Please sign in to comment.