This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to branch chaokunyang-patch-1 in repository https://gitbox.apache.org/repos/asf/fury.git
commit e0c3178611997bcbe1a71a0edf6cdf19cbfb1495 Author: Shawn Yang <[email protected]> AuthorDate: Fri Mar 7 16:52:15 2025 +0800 feat(java): add jdk 24 ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3319b53..a24c016a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: MY_VAR: "PATH" strategy: matrix: - java-version: ["8", "11", "17", "21"] + java-version: ["8", "11", "17", "21", "24"] steps: - uses: actions/checkout@v4 - name: Set up JDK ${{ matrix.java-version }} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
