Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update test k8s-version
Browse files Browse the repository at this point in the history
Signed-off-by: 上郡 <[email protected]>
上郡 committed Nov 27, 2023
1 parent 6cc7460 commit ea4c66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/server-test.yml
Original file line number Diff line number Diff line change
@@ -110,7 +110,7 @@ jobs:
if: needs.detect-noop.outputs.noop != 'true'
strategy:
matrix:
k8s-version: ["v1.21", "v1.26"]
k8s-version: ["v1.22", "v1.26"]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.k8s-version }}
cancel-in-progress: true

0 comments on commit ea4c66c

Please sign in to comment.