Skip to content

Commit

Permalink
Merge pull request #667 from edwarnicke/k8s-1.24.0
Browse files Browse the repository at this point in the history
Add testing with k8s v1.24.0
  • Loading branch information
denis-tingaikin authored May 12, 2022
2 parents 4a785c7 + 6aadd57 commit 4f9cdd6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
fail-fast: false
matrix:
image:
- v1.24.0
- v1.23.0
- v1.22.1
- v1.21.1
Expand All @@ -97,7 +98,7 @@ jobs:
- uses: engineerd/setup-kind@v0.5.0
with:
config: src/github.com/${{ github.repository }}/${{matrix.image <= 'v1.19.11' && 'cluster-config-old.yaml' || 'cluster-config.yaml'}}
version: v0.11.1
version: v0.13.0
image: kindest/node:${{ matrix.image }}
- name: Check kind cluster
run: |
Expand Down

0 comments on commit 4f9cdd6

Please sign in to comment.