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 1fd13267434d1555e60ba3d77b9de98d897326a6 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 d4e6b6b3..465e0a58 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]
