Skip to content

Commit f3e2b9f

Browse files
committed
ORC-2132: Use Java 26 instead of 26-ea
### What changes were proposed in this pull request? This PR replaces `26-ea` (early access) with the GA release `26` for the Java version used in the `build_and_test.yml` GitHub Actions workflow. ### Why are the changes needed? Java 26 has been released as GA, so we should use the stable release instead of the early-access version. ### How was this patch tested? Pass the GitHub Actions workflow with the updated Java version. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude Code (claude-opus-4-6) Closes #2581 from dongjoon-hyun/ORC-2132. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit ebd9e98) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent b4a3479 commit f3e2b9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
java: 17
8989
cxx: clang++
9090
- os: ubuntu-latest
91-
java: 26-ea
91+
java: 26
9292
cxx: clang++
9393
env:
9494
MAVEN_OPTS: -Xmx2g

0 commit comments

Comments
 (0)