mirror of
https://github.com/cmur2/kube-stale-resources.git
synced 2024-12-22 12:54:25 +01:00
ci: update supported K8s versions
This commit is contained in:
parent
3453d0e176
commit
8704304029
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -32,14 +32,14 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
k8s-version:
|
k8s-version:
|
||||||
- v1.20.15
|
|
||||||
- v1.21.12
|
- v1.21.12
|
||||||
- v1.22.9
|
- v1.22.9
|
||||||
- v1.23.6
|
- v1.23.6
|
||||||
- v1.24.0
|
- v1.24.3
|
||||||
|
- v1.25.0-beta.0
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
env:
|
env:
|
||||||
kind-version: v0.13.0
|
kind-version: v0.14.0
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
|
Loading…
Reference in New Issue
Block a user