Commit af4220c
committed
### What changes were proposed in this pull request?
This PR aims to use `Java 25` for `Ubuntu 26.04` docker test.
### Why are the changes needed?
To have `Java 25` test coverage on `Ubuntu 26.04`.
### How was this patch tested?
Pass the CIs. The image was published already.
```bash
$ docker run -it --rm apache/orc-dev:ubuntu26 java --version
openjdk 25.0.2 2026-01-20
OpenJDK Runtime Environment (build 25.0.2+10-Ubuntu-1)
OpenJDK 64-Bit Server VM (build 25.0.2+10-Ubuntu-1, mixed mode, sharing)
```
### Was this patch authored or co-authored using generative AI tooling?
Generated-by: `Gemini 3.1 Pro (High)` on `Antigravity`
Closes #2557 from dongjoon-hyun/ORC-2112.
Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit 93b0997)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent f310a72 commit af4220c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments