Skip to content

Commit

Permalink
Add e2e test for k8s 1.28, remove 1.24
Browse files Browse the repository at this point in the history
Signed-off-by: Luiz Carvalho <[email protected]>
  • Loading branch information
lcarva committed Sep 12, 2023
1 parent 8ca4eae commit 5844307
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/kind-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ jobs:
strategy:
fail-fast: false # Keep running if one leg fails.
matrix:
# Keep in sync with the list of supported releases: https://kubernetes.io/releases/
k8s-version:
- v1.24.x
- v1.25.x
- v1.26.x
- v1.27.x
- v1.28.x
uses: ./.github/workflows/reusable-e2e.yaml
with:
k8s-version: ${{ matrix.k8s-version }}
Expand Down

0 comments on commit 5844307

Please sign in to comment.