8000 CI: add JDK 25 (early access) to mergely · scala/scala@14b3954 · GitHub
[go: up one dir, main page]

Skip to content

Commit 14b3954

Browse files
committed
CI: add JDK 25 (early access) to mergely
1 parent 01f96e0 commit 14b3954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
os: [ubuntu-latest, windows-latest]
22-
java: [8, 11, 17, 21, 24]
22+
java: [8, 11, 17, 21, 24, 25-ea]
2323
runs-on: ${{matrix.os}}
2424
steps:
2525
- run: git config --global core.autocrlf false

0 commit comments

Comments
 (0)
0