diff --git a/.github/workflows/ci-schedule-compatibility.yaml b/.github/workflows/ci-schedule-compatibility.yaml index 33e54a18ee2c..1e318c77875f 100644 --- a/.github/workflows/ci-schedule-compatibility.yaml +++ b/.github/workflows/ci-schedule-compatibility.yaml @@ -19,8 +19,8 @@ jobs: max-parallel: 5 fail-fast: false matrix: - kubeapiserver-version: [ v1.23.4, v1.24.2, v1.25.0, v1.26.0, v1.27.3, v1.28.0, v1.29.0, v1.30.0 ] - karmada-version: [ master, release-1.10, release-1.9, release-1.8 ] + kubeapiserver-version: [ v1.23.4, v1.24.2, v1.25.0, v1.26.0, v1.27.3, v1.28.0, v1.29.0, v1.30.0, v1.31.0 ] + karmada-version: [ master, release-1.11, release-1.10, release-1.9 ] env: KARMADA_APISERVER_VERSION: ${{ matrix.kubeapiserver-version }} steps: diff --git a/.github/workflows/ci-schedule.yml b/.github/workflows/ci-schedule.yml index cea428c248b7..91d94bfae07d 100644 --- a/.github/workflows/ci-schedule.yml +++ b/.github/workflows/ci-schedule.yml @@ -19,7 +19,7 @@ jobs: max-parallel: 5 fail-fast: false matrix: - k8s: [ v1.23.4, v1.24.2, v1.25.0, v1.26.0, v1.27.3, v1.28.0, v1.29.0, v1.30.0 ] + k8s: [ v1.23.4, v1.24.2, v1.25.0, v1.26.0, v1.27.3, v1.28.0, v1.29.0, v1.30.0, v1.31.0 ] steps: # Free up disk space on Ubuntu - name: Free Disk Space (Ubuntu) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f38aea07d48..969c44ec03cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -116,7 +116,7 @@ jobs: # 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.28.0, v1.29.0, v1.30.0 ] + k8s: [ v1.29.0, v1.30.0, v1.31.0 ] steps: # Free up disk space on Ubuntu - name: Free Disk Space (Ubuntu) diff --git a/.github/workflows/cli.yaml b/.github/workflows/cli.yaml index f1e5e6fabdd8..753e107f1877 100644 --- a/.github/workflows/cli.yaml +++ b/.github/workflows/cli.yaml @@ -24,7 +24,7 @@ jobs: # 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.28.0, v1.29.0, v1.30.0 ] + k8s: [ v1.29.0, v1.30.0, v1.31.0 ] steps: - name: checkout code uses: actions/checkout@v4