Skip to content

Commit

Permalink
Test against supported versions of k8s (#765)
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored Dec 7, 2022
1 parent 0441297 commit 81db57d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ jobs:
strategy:
matrix:
kubernetes_version:
- "kindest/node:v1.22.1"
- "kindest/node:v1.21.2"
- "kindest/node:v1.20.7"
- "kindest/node:v1.19.11"
- "kindest/node:v1.18.19"
- "kindest/node:v1.25.4"
- "kindest/node:v1.24.8"
- "kindest/node:v1.23.14"
fail-fast: false

steps:
Expand Down

0 comments on commit 81db57d

Please sign in to comment.