Skip to content

Commit 71ff6e0

Browse files
committed
JDK 25
1 parent 5dd3bef commit 71ff6e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515
- name: jvm-js
1616
java: 8
1717
- name: jvm-js
18-
java: 21
18+
java: 25
1919
- name: scala-native
2020
java: 8
2121
steps:
2222
- uses: actions/checkout@v5
2323
- uses: actions/setup-java@v5
2424
with:
2525
java-version: ${{matrix.java}}
26-
distribution: temurin
26+
distribution: zulu
2727
- shell: bash
2828
name: install sbt
2929
run: curl -Ls https://raw.githubusercontent.com/dwijnand/sbt-extras/aff36a23f7213d94189aabfcc47a32b11f3a6fba/sbt > ./sbt && chmod 0755 ./sbt

0 commit comments

Comments
 (0)