1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00

chore: remove e2e tests for kube 1.20 (#3665)

Signed-off-by: Charles-Edouard Brétéché <charled.breteche@gmail.com>
This commit is contained in:
Charles-Edouard Brétéché 2022-04-25 05:43:11 +02:00 committed by GitHub
parent 81bf12dfab
commit 201e55fcfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
k8s-version: [v1.20.15, v1.21.10, v1.22.7, v1.23.5]
k8s-version: [v1.21.10, v1.22.7, v1.23.5]
runs-on: ubuntu-latest
steps:
- name: Checkout