Skip to content

Commit

Permalink
Run CI on k8s v1.29.0 (#2332)
Browse files Browse the repository at this point in the history
* rm'd v1.26 for now, since we are only running last 3 versions

* k8s support matrix should be revisited pre GA

Signed-off-by: Arko Dasgupta <[email protected]>
  • Loading branch information
arkodg authored Dec 21, 2023
1 parent da40ccb commit 9541739
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
needs: [build]
strategy:
matrix:
version: [ v1.26.6, v1.27.3, v1.28.0 ]
version: [ v1.27.3, v1.28.0, v1.29.0 ]
steps:
- uses: actions/checkout@v4
- uses: ./tools/github-actions/setup-deps
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
needs: [build]
strategy:
matrix:
version: [ v1.26.6, v1.27.3, v1.28.0 ]
version: [ v1.27.3, v1.28.0, v1.29.0 ]
steps:
- uses: actions/checkout@v4
- uses: ./tools/github-actions/setup-deps
Expand Down

0 comments on commit 9541739

Please sign in to comment.