diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 464c629..821c29d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,12 +33,13 @@ jobs: matrix: k8s-version: - v1.20.15 - - v1.21.10 - - v1.22.7 - - v1.23.5 + - v1.21.12 + - v1.22.9 + - v1.23.6 + - v1.24.0 fail-fast: false env: - kind-version: v0.12.0 + kind-version: v0.13.0 steps: - uses: actions/checkout@v3 - name: Set up Python