Skip to content

Commit f5d0dd4

Browse files
authored
Pin the Java version to the latest one reported as supported by the Makefile
1 parent 279cc40 commit f5d0dd4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,16 @@ jobs:
2626
with:
2727
clean: true
2828
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@main
29+
- uses: actions/setup-java@v4
30+
with:
31+
distribution: temurin
32+
java-version: 17
2933
- uses: sbt/setup-sbt@v1
3034
- name: Display dependency info
3135
run: |
3236
python --version
3337
pip --version
3438
java --version
35-
scala --version
3639
sbt --version
3740
- name: Install Python dependencies
3841
run: |

0 commit comments

Comments
 (0)