.github: drop support for 1.20 on main
According to our policy, main branch of kube-prometheus should support the 2 latest versions of Kubernetes. These changes update the tests and the compatibility matrix to reflect that. Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
This commit is contained in:
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@@ -52,7 +52,6 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
kind-image:
|
||||
- 'kindest/node:v1.20.7'
|
||||
- 'kindest/node:v1.21.1'
|
||||
- 'kindest/node:v1.22.0'
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user