walterddr commented on code in PR #8665:
URL: https://github.com/apache/pinot/pull/8665#discussion_r868232545


##########
.github/workflows/pinot_tests.yml:
##########
@@ -184,7 +184,9 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        java: [ 1.8, 10, 11, 12, 13, 14, 15 ]
+        # We only test LTS Java versions
+        # TODO: add JDK 17 once ready. see: 
https://github.com/apache/pinot/issues/8529
+        java: [ 1.8, 11, 16 ]

Review Comment:
   ```suggestion
           java: [ 1.8, 11, 15 ]
   ```



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