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


##########
.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 ]
+        distribution: [ "temurin" ]
+        include:
+          - java: 8
+            distribution: "adopt"

Review Comment:
   This basically adds a new execution without adding it to the actual matrix. 
In this case, Java 8 is not included in `temurin`, so we need to bring it from 
`adopt`



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