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 6dcbe59d7797984af1798ddd75fbbc0399124d37 Author: chaokunyang <[email protected]> AuthorDate: Mon Mar 31 16:23:04 2025 +0800 add jdk24 ci --- ci/run_ci.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/run_ci.sh b/ci/run_ci.sh index 9a4b7bea..7be79e4d 100755 --- a/ci/run_ci.sh +++ b/ci/run_ci.sh @@ -205,6 +205,9 @@ case $1 in java21) jdk17_plus_tests ;; + java24) + jdk17_plus_tests + ;; windows_java21) windows_java21_test ;; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
