Skip to content

Commit

Permalink
test: update k8s matrix (#966)
Browse files Browse the repository at this point in the history
Signed-off-by: Sertac Ozercan <sozercan@gmail.com>
  • Loading branch information
sozercan committed Jan 25, 2024
1 parent ac4f2a3 commit 0919158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
strategy:
fail-fast: false
matrix:
KUBERNETES_VERSION: ["1.25.11", "1.26.6", "1.27.3", "1.28.0"]
KUBERNETES_VERSION: ["1.26.6", "1.27.3", "1.28.0", "1.29.0"]
E2E_TEST: ${{ fromJson(needs.build-e2e-test-list.outputs.e2e-tests) }}
steps:
- name: Harden Runner
Expand Down

0 comments on commit 0919158

Please sign in to comment.