snuyanzin commented on code in PR #1836:
URL: https://github.com/apache/fluss/pull/1836#discussion_r2442694266
##########
.github/workflows/ci.yaml:
##########
@@ -54,4 +54,16 @@ jobs:
name: "Java 11"
uses: ./.github/workflows/ci-template.yaml
with:
- java-version: "11"
\ No newline at end of file
+ java-version: "11"
+
+ build-on-jdk17:
+ name: "Java 17"
+ uses: ./.github/workflows/ci-template.yaml
+ with:
+ java-version: "17"
+
+ build-on-jdk21:
+ name: "Java 21"
+ uses: ./.github/workflows/ci-template.yaml
+ with:
+ java-version: "21"
Review Comment:
or test only on one jdk, and only build for others?
Tests for every jdk may be move to nightly?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]