diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 04b20ac..70eeac1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,9 +24,9 @@ jobs: strategy: matrix: k8s: - - v1.26.6 - - v1.27.3 - - v1.28.0 + - v1.27.11 + - v1.28.7 + - v1.29.2 steps: - name: Checkout uses: actions/checkout@v4.1.1