Skip to content

Commit

Permalink
ci: Remove 1.22 from our testing (#4736)
Browse files Browse the repository at this point in the history
  • Loading branch information
engedaam committed Oct 2, 2023
1 parent 1e44219 commit 14388a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.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.22.x", "1.23.x", "1.24.x", "1.25.x", "1.26.x", "1.27.x", "1.28.x"]
k8sVersion: ["1.23.x", "1.24.x", "1.25.x", "1.26.x", "1.27.x", "1.28.x"]
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/install-deps
Expand Down

0 comments on commit 14388a0

Please sign in to comment.