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

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

commit abb17e94362d505e996dad34c4024afe5d9badfb
Author: AlexanderSaydakov <[email protected]>
AuthorDate: Thu Jan 9 13:58:48 2025 -0800

    java code now needs java17
---
 .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 ef3d25a..687c201 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@v2
         with:
-          java-version: '11'
+          java-version: '17'
           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