diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65aebdf27..e0639ba7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -111,7 +111,10 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - k8s: [ v1.21.10, v1.22.7, v1.23.4, v1.24.2, v1.25.0, v1.26.0 ] + # Here support the latest three minor releases of Kubernetes, this can be considered to be roughly + # the same as the End of Life of the Kubernetes release: https://kubernetes.io/releases/ + # Please remember to update the CI Schedule Workflow when we add a new version. + k8s: [ v1.24.2, v1.25.0, v1.26.0 ] steps: - name: checkout code uses: actions/checkout@v3