diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 194ad19..e4addd0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,9 +24,9 @@ jobs: strategy: matrix: k8s: - - v1.28.9 - - v1.29.4 - - v1.30.0 + - v1.29.8 + - v1.30.4 + - v1.31.0 steps: - name: Checkout uses: actions/checkout@v4.1.7