gortiz commented on code in PR #10528:
URL: https://github.com/apache/pinot/pull/10528#discussion_r1202456423


##########
.github/workflows/pinot_tests.yml:
##########
@@ -221,18 +231,24 @@ jobs:
     if: github.repository == 'apache/pinot'
     runs-on: ubuntu-latest
     strategy:
+      # Changed to false in order to improve coverage using unsafe buffers
+      fail-fast: false
       matrix:
         # We only test LTS Java versions
         # TODO: add JDK 17 once ready. see: 
https://github.com/apache/pinot/issues/8529
-        java: [ 8, 11, 15 ]
+        java: [ 11, 17, 20 ]

Review Comment:
   20 should be changed with 21 once it is released and/or added to GitHub 
actions



-- 
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: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to