lidavidm commented on code in PR #441:
URL: https://github.com/apache/arrow-java/pull/441#discussion_r1868776148


##########
.github/workflows/test.yml:
##########
@@ -38,16 +38,21 @@ env:
 
 jobs:
   ubuntu:
-    name: AMD64 Ubuntu 22.04 JDK ${{ matrix.jdk }} Maven ${{ matrix.maven }}
+    name: ${{ matrix.name }} AMD64 Ubuntu JDK ${{ matrix.jdk }} Maven ${{ 
matrix.maven }}
     runs-on: ubuntu-latest
     if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
     timeout-minutes: 30
     strategy:
       fail-fast: false
       matrix:
         jdk: [11, 17, 21, 22]
-        maven: [3.9.6]
-        image: [java]
+        maven: [3.9.9]
+        image: [java, conda-jni-cdata]
+        include:
+          - image: java

Review Comment:
   Updated, I also tweaked the CI job names a bit so that "Conda" is in the 
name.



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