diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d4859d8..bb851f2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,13 +66,9 @@ jobs: strategy: matrix: k8s-version: [ - '1.26.15', - '1.27.16', - '1.28.15', - '1.29.12', - '1.30.8', - '1.31.4', - '1.32.0' + '1.33.7', + '1.34.3', + '1.35.0' ] product_version: ['2.1.8'] steps: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2518087..40354a6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,13 +33,9 @@ jobs: strategy: matrix: k8s-version: [ - '1.26.15', - # '1.27.16', - # '1.28.15', - # '1.29.12', - # '1.30.8', - # '1.31.4', - '1.32.0' + # '1.33.7', + # '1.34.3', + '1.35.0' ] product_version: ['2.1.8'] steps: