Skip to content

Commit

Permalink
feat(ci): add k8s 1.29 to test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
donch committed Jan 25, 2024
1 parent 920f66f commit d152bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
strategy:
max-parallel: 6
matrix:
k8sversion: ["v1.21.14", "v1.22.17", "v1.23.17", "v1.24.15", "v1.25.11", "v1.26.6", "v1.27.3", "v1.28.0"]
k8sversion: ["v1.21.14", "v1.22.17", "v1.23.17", "v1.24.15", "v1.25.11", "v1.26.6", "v1.27.3", "v1.28.0", "v1.29.0"]
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down

0 comments on commit d152bc9

Please sign in to comment.