Skip to content

Commit

Permalink
Test against Kubernetes 1.24.0 (#256)
Browse files Browse the repository at this point in the history
/cherry-pick

Signed-off-by: 1gtm <1gtm@appscode.com>
  • Loading branch information
1gtm authored May 21, 2022
1 parent 3b45a21 commit 72537db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
needs: build
strategy:
matrix:
k8s: [v1.16.15, v1.18.19, v1.19.11, v1.20.7, v1.21.2, v1.22.4, v1.23.3]
k8s: [v1.18.20, v1.19.16, v1.20.15, v1.21.12, v1.22.9, v1.23.6, v1.24.0]
steps:
- uses: actions/checkout@v1

Expand All @@ -74,7 +74,7 @@ jobs:
id: kind
uses: engineerd/setup-kind@v0.5.0
with:
version: v0.11.1
version: v0.14.0
image: kindest/node:${{ matrix.k8s }}

- name: Prepare cluster for testing
Expand Down

0 comments on commit 72537db

Please sign in to comment.