Skip to content

Commit

Permalink
test against base version since kindest doesn't build same images
Browse files Browse the repository at this point in the history
  • Loading branch information
rlex committed Jan 14, 2024
1 parent ee0e897 commit 83a52fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
matrix:
k8s-version:
- "kindest/node:v1.29.0"
- "kindest/node:v1.28.4"
- "kindest/node:v1.27.3"
- "kindest/node:v1.26.6"
- "kindest/node:v1.28.0"
- "kindest/node:v1.27.0"
- "kindest/node:v1.26.0"
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 83a52fd

Please sign in to comment.