amoeba commented on code in PR #4376:
URL: https://github.com/apache/arrow-adbc/pull/4376#discussion_r3392307981
##########
.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:
Is anything stopping us from testing java 25 on windows-latest?
--
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]