Skip to content

Commit

Permalink
remove k8s 1.21 as it went end of support in Feb 2023 (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzneal authored May 24, 2023
1 parent 6572e0c commit befb8e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/presubmit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
k8sVersion: ["1.21.x", "1.22.x", "1.23.x", "1.24.x", "1.25.x", "1.26.x"]
k8sVersion: ["1.22.x", "1.23.x", "1.24.x", "1.25.x", "1.26.x"]
env:
K8S_VERSION: ${{ matrix.k8sVersion }}
steps:
Expand Down

0 comments on commit befb8e4

Please sign in to comment.