Commit f3e2b9f
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
0 commit comments