ci: update supported K8s versions

This commit is contained in:
Christian Nicolai 2022-08-26 10:44:02 +02:00 committed by GitHub
parent 3453d0e176
commit 8704304029
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -32,14 +32,14 @@ jobs:
strategy:
matrix:
k8s-version:
- v1.20.15
- v1.21.12
- v1.22.9
- v1.23.6
- v1.24.0
- v1.24.3
- v1.25.0-beta.0
fail-fast: false
env:
kind-version: v0.13.0
kind-version: v0.14.0
steps:
- uses: actions/checkout@v3
- name: Set up Python