Skip to content

Commit

Permalink
CI: k8s test: set only latest version of k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
nixargh committed Sep 6, 2024
1 parent 713208c commit f0ac0c4
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 @@ -161,7 +161,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.31.0]
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit f0ac0c4

Please sign in to comment.