This is an automated email from the ASF dual-hosted git repository. alsay pushed a commit to branch java21 in repository https://gitbox.apache.org/repos/asf/datasketches-cpp.git
commit 75edfbb3b59b047bf8cdf7fb5a5d46798ea8bf08 Author: AlexanderSaydakov <[email protected]> AuthorDate: Tue May 27 23:42:03 2025 -0700 ds-java main branch requires 21 --- .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 33c3180..084d138 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: '17' + java-version: '21' 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]
