This is an automated email from the ASF dual-hosted git repository.

alsay pushed a commit to branch java24
in repository https://gitbox.apache.org/repos/asf/datasketches-cpp.git

commit 0595e4d62422b113b3ee036d8552cf4dd01c4b1c
Author: AlexanderSaydakov <[email protected]>
AuthorDate: Fri Aug 8 13:16:03 2025 -0700

    ds-java main branch requires java 24
---
 .github/workflows/serde_compat.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/serde_compat.yml 
b/.github/workflows/serde_compat.yml
index 084d138..f3d7ed6 100644
--- a/.github/workflows/serde_compat.yml
+++ b/.github/workflows/serde_compat.yml
@@ -21,7 +21,7 @@ jobs:
       - name: Setup Java
         uses: actions/setup-java@v4
         with:
-          java-version: '21'
+          java-version: '24'
           distribution: 'temurin'
       - name: Run Java
         run: cd java && mvn test -P generate-java-files


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to