lidavidm commented on code in PR #4376:
URL: https://github.com/apache/arrow-adbc/pull/4376#discussion_r3392419571


##########
.github/workflows/java.yml:
##########
@@ -243,14 +243,14 @@ jobs:
     strategy:
       matrix:
         include:
+          # To keep the matrix down, only test Java 11 on some platforms
           - { java: '11', os: Linux, arch: amd64, runner: ubuntu-latest }
-          - { java: '25', os: Linux, arch: amd64, runner: ubuntu-latest }
           - { java: '11', os: macOS, arch: arm64v8, runner: macos-latest }
-          - { java: '25', os: macOS, arch: arm64v8, runner: macos-latest }
-
-          # To keep the matrix down, only test Java 11 on these platforms
-          - { java: '11', os: Linux, arch: arm64v8, runner: ubuntu-24.04-arm }
           - { java: '11', os: Windows, arch: amd64, runner: windows-latest }
+          - { java: '11', os: Linux, arch: arm64v8, runner: ubuntu-24.04-arm }
+
+          - { java: '25', os: Linux, arch: amd64, runner: ubuntu-latest }
+          - { java: '25', os: macOS, arch: arm64v8, runner: macos-latest }

Review Comment:
   No, I just don't want to run a _ton_ of pipelines. But it wouldn't hurt so 
I'll add it.



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