szetszwo commented on code in PR #9640:
URL: https://github.com/apache/ozone/pull/9640#discussion_r2751636471


##########
.github/workflows/ci.yml:
##########
@@ -134,7 +134,7 @@ jobs:
     if: needs.build-info.outputs.needs-compile == 'true'
     strategy:
       matrix:
-        java: [ 8, 11, 17 ]
+        java: [ 17 ]

Review Comment:
   If we remove the JDK 8 and 11 cases, someone could break JDK 8 compatibility 
without be notice (e.g. using JDK 9 syntax in the code or adding a new client 
module requiring JDK 17).  Is it possible to run test using JDK 17 to start the 
servers and JDK 8 to run the clients?
   
   Or we should add a new test matrix to use JDK 8 compiling all the client 
modules and run some tests not requiring the servers (e.g. print out the 
version).



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


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

Reply via email to