Skip to content

Commit

Permalink
Add K8s 1.29 to the e2e test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
brandboat committed Jan 2, 2024
1 parent a121b13 commit df09972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
fail-fast: false
matrix:
k8s: [v1.28.0, v1.27.3, v1.26.6, v1.25.11, v1.24.15]
k8s: [v1.29.0, v1.28.0, v1.27.3, v1.26.6, v1.25.11, v1.24.15]
plugin: ['', '--plugin']
steps:
- name: Checkout source code
Expand Down

0 comments on commit df09972

Please sign in to comment.