Skip to content

Commit

Permalink
ci: add Java 21 run, drop Java 20 (apache#1195)
Browse files Browse the repository at this point in the history
  • Loading branch information
lidavidm authored and vleslief-ms committed Nov 9, 2023
1 parent 58172ec commit ccf391b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: ['8', '11', '17', '20']
java: ['8', '11', '17', '21']
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: ['11', '17']
java: ['11', '17', '21']
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion java/driver/flight-sql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.21.7</version>
<version>3.22.3</version>
</dependency>

<!-- Arrow -->
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<url>https://arrow.apache.org/</url>

<properties>
<dep.arrow.version>12.0.0</dep.arrow.version>
<dep.arrow.version>14.0.0</dep.arrow.version>
<adbc.version>0.8.0-SNAPSHOT</adbc.version>
</properties>

Expand Down

0 comments on commit ccf391b

Please sign in to comment.