Skip to content

Commit

Permalink
ci: Remove 1.22 from our testing (aws#4736)
Browse files Browse the repository at this point in the history
  • Loading branch information
engedaam authored and johngmyers committed May 31, 2024
1 parent ddf93cd commit c4b0c26
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 @@ -11,7 +11,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 c4b0c26

Please sign in to comment.