Skip to content

Commit

Permalink
Test against k8s 1.29 (#240)
Browse files Browse the repository at this point in the history
* Drop k8s 1.24
  • Loading branch information
benashz authored Mar 11, 2024
1 parent fc09dc3 commit e8c6942
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 @@ -55,7 +55,7 @@ jobs:
strategy:
fail-fast: false
matrix:
kind-k8s-version: [1.24.15, 1.25.11, 1.26.6, 1.27.3, 1.28.0]
kind-k8s-version: [1.25.16, 1.26.14, 1.27.11, 1.28.7, 1.29.2]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
Expand Down

0 comments on commit e8c6942

Please sign in to comment.