Skip to content

Commit b150280

Browse files
committed
ci(workflows): 添加 JDK 25 到 CI 测试矩阵
- 在 GitHub Actions 工作流中增加对 Java 25 的支持 - 更新测试策略以包含新的 JDK 版本 - 确保项目在最新 Java 版本上的兼容性
1 parent 1c8eb11 commit b150280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
os: [ ubuntu-latest, windows-latest, macos-latest ]
22-
java: [ 8, 11, 17, 21 ]
22+
java: [ 8, 11, 17, 21, 25 ]
2323
fail-fast: false
2424
max-parallel: 16
2525
name: Test on JDK ${{ matrix.java }} OS ${{ matrix.os }}

0 commit comments

Comments
 (0)