You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2023/06/13 13:17:54 UTC

[arrow-adbc] branch main updated: ci: test later Java versions (#773)

This is an automated email from the ASF dual-hosted git repository.

lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 6fd862e5 ci: test later Java versions (#773)
6fd862e5 is described below

commit 6fd862e5005f740b7c95f667584034e44736b923
Author: David Li <li...@gmail.com>
AuthorDate: Tue Jun 13 09:17:48 2023 -0400

    ci: test later Java versions (#773)
    
    Fixes #772.
---
 .github/workflows/java.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/java.yml b/.github/workflows/java.yml
index 057f960f..10b98e1c 100644
--- a/.github/workflows/java.yml
+++ b/.github/workflows/java.yml
@@ -42,7 +42,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        java: ['8', '11']
+        java: ['8', '11', '17', '20']
     services:
       postgres:
         image: postgres
@@ -85,7 +85,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        java: ['11']
+        java: ['11', '17']
     steps:
       - uses: actions/checkout@v3
         with: