Xuanwo commented on code in PR #2213:
URL: 
https://github.com/apache/incubator-opendal/pull/2213#discussion_r1185925656


##########
.github/workflows/bindings_java.yml:
##########
@@ -41,13 +41,16 @@ permissions:
 jobs:
   test:
     runs-on: ubuntu-latest
+    strategy:
+      matrix:
+        java-version: [ 8, 11, 17 ]

Review Comment:
   I recommend using only Java version `11` to build our binding. Due to 
limited resources for our CI, we will not run builds for different Java 
versions unless there are compelling reasons to do so.



-- 
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]

Reply via email to