Delete k8s v1.21 and v1.22 from CI Schedule Workflow.

Signed-off-by: Lan Liang <gcslyp@gmail.com>
This commit is contained in:
Lan Liang 2023-12-04 07:33:55 +00:00
parent 04992a0a89
commit efee9d4c4a
1 changed files with 2 additions and 1 deletions

View File

@ -10,8 +10,9 @@ jobs:
if: ${{ github.repository == 'karmada-io/karmada' }}
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
k8s: [ v1.21.10, v1.22.7, v1.23.4, v1.24.2, v1.25.0, v1.26.0, v1.27.3, v1.28.0 ]
k8s: [ v1.23.4, v1.24.2, v1.25.0, v1.26.0, v1.27.3, v1.28.0 ]
steps:
# Free up disk space on Ubuntu
- name: Free Disk Space (Ubuntu)