Skip to content

Commit

Permalink
ci: Test more Kubernetes versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hanssto committed Oct 1, 2024
1 parent 4de2fb6 commit 982d82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
kubernetes: [1.21.14, 1.22.15, 1.23.12, 1.24.6, 1.25.2]
kubernetes: [1.21.14, 1.22.15, 1.23.12, 1.24.6, 1.25.2, 1.28.14, 1.29.9, 1.30.5, 1.31.1]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
Expand Down

0 comments on commit 982d82c

Please sign in to comment.