Skip to content

Commit 6df5b44

Browse files
committed
ORC-2117: Add Java 26-ea to GitHub Action build job
1 parent 14985e5 commit 6df5b44

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build_and_test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ jobs:
8686
- os: ubuntu-24.04-arm
8787
java: 17
8888
cxx: clang++
89+
- os: ubuntu-latest
90+
java: 26-ea
91+
cxx: clang++
8992
env:
9093
MAVEN_OPTS: -Xmx2g
9194
MAVEN_SKIP_RC: true

0 commit comments

Comments
 (0)