Merge pull request #2077 from XiShanYongYe-Chang/v1.24-ci-test

[CI] support k8s v1.24 in ci test
This commit is contained in:
karmada-bot 2022-06-29 10:43:21 +08:00 committed by GitHub
commit 220b4ca892
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
k8s: [v1.21.10, v1.22.7, v1.23.4]
k8s: [v1.21.10, v1.22.7, v1.23.4, v1.24.0]
steps:
- name: checkout code
uses: actions/checkout@v2