diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b9884fb..4c0b19d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -101,9 +101,9 @@ jobs: matrix: k8s: - v1.26.15 - - v1.27.14 - - v1.28.10 - - v1.29.5 + - v1.27.13 + - v1.28.9 + - v1.29.4 steps: - name: Checkout uses: actions/checkout@v4