Skip to content

Commit 227e7a2

Browse files
committed
chore(ci): 升级JDK版本至21
- 将GitHub Actions中的JDK设置从版本11更新为版本21 - 使用actions/setup-java@v4动作来配置Java环境 - 保持Android SDK设置步骤不变 - 确保CI构建流程使用最新的Java版本 Signed-off-by: Jesse205 <2055675594@qq.com>
1 parent 5922ee3 commit 227e7a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
- name: Checkout code
1919
uses: actions/checkout@v4
2020

21-
- name: Set up JDK 11
21+
- name: Set up JDK
2222
uses: actions/setup-java@v4
2323
with:
2424
distribution: 'temurin'
25-
java-version: '11'
25+
java-version: '21'
2626

2727
- name: Setup Android SDK
2828
uses: android-actions/setup-android@v3

0 commit comments

Comments
 (0)