Skip to content

Commit

Permalink
optimize: fix unit test in java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
wangliang181230 committed Sep 22, 2023
1 parent 97c46b3 commit 7a96c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "build"

on:
push:
branches: [ test-java21 ] # TODO: 测试java21,合并PR前恢复
branches: [ test-java21* ] # TODO: 测试java21,合并PR前恢复

jobs:
# job 1: Test based on java 8 and 17. Do not checkstyle.
Expand Down

0 comments on commit 7a96c67

Please sign in to comment.