Skip to content

Commit fe42d24

Browse files
committed
TEZ-4676: [JDK25]: Compile on JDK25 + Github actions
1 parent 0b9698f commit fe42d24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
build:
2828
strategy:
2929
matrix:
30-
java-version: [21, 24]
30+
java-version: [21, 25]
3131
os: [ubuntu-latest, macos-latest]
3232
runs-on: ${{ matrix.os }}
3333
steps:

0 commit comments

Comments
 (0)