Skip to content

Commit

Permalink
chore: bump kubernetes version using in tests (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
okgolove authored Dec 12, 2023
1 parent a61e14e commit 9eec7c5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/lint_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ jobs:
strategy:
matrix:
kubernetes_version:
- "kindest/node:v1.25.0"
- "kindest/node:v1.24.4"
- "kindest/node:v1.23.10"
- "kindest/node:v1.22.1"
- "kindest/node:v1.28.0"
- "kindest/node:v1.27.3"
- "kindest/node:v1.26.6"
- "kindest/node:v1.25.11"
- "kindest/node:v1.24.15"
fail-fast: false

steps:
Expand Down

0 comments on commit 9eec7c5

Please sign in to comment.