diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ba3971d..7b96acf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,10 +24,10 @@ jobs: strategy: matrix: k8s: - - v1.24.12 - - v1.25.8 - - v1.26.3 - - v1.27.0 + - v1.25.11 + - v1.26.6 + - v1.27.3 + - v1.28.0 steps: - name: Checkout uses: actions/checkout@v3.5.0