Skip to content

Commit

Permalink
Remove k8s 1.18.20 from testing matrix to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tbavelier committed Oct 23, 2024
1 parent 207f66e commit 698e982
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ jobs:
strategy:
matrix:
k8s:
- v1.18.20
# TODO: `kind create cluster --config .github/kind_config.yaml --name chart-testing --wait 60s --image kindest/node:v1.18.20` fails
# - v1.18.20
- v1.22.17
- v1.24.17
- v1.25.16
Expand Down

0 comments on commit 698e982

Please sign in to comment.