diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1af8528..5a19232 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,8 +22,8 @@ jobs: matrix: k8s: - v1.21.2 - - v1.22.4 - - v1.23.0 + - v1.22.4 + - v1.23.0 steps: - name: Checkout uses: actions/checkout@v1