We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dd3bef commit 71ff6e0Copy full SHA for 71ff6e0
.github/workflows/ci.yml
@@ -15,15 +15,15 @@ jobs:
15
- name: jvm-js
16
java: 8
17
18
- java: 21
+ java: 25
19
- name: scala-native
20
21
steps:
22
- uses: actions/checkout@v5
23
- uses: actions/setup-java@v5
24
with:
25
java-version: ${{matrix.java}}
26
- distribution: temurin
+ distribution: zulu
27
- shell: bash
28
name: install sbt
29
run: curl -Ls https://raw.githubusercontent.com/dwijnand/sbt-extras/aff36a23f7213d94189aabfcc47a32b11f3a6fba/sbt > ./sbt && chmod 0755 ./sbt
0 commit comments