diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d26df15..f3404e8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,11 +19,9 @@ jobs: needs: - lint-docs strategy: - max-parallel: 1 matrix: k8s: - v1.21.2 - - v1.22.4 - v1.23.0 steps: - name: Checkout