Skip to content

Commit 4affae7

Browse files
authored
Update scala.yml
1 parent 285772f commit 4affae7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/scala.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v4
16-
- name: Set up JDK 11
16+
- name: Set up JDK
1717
uses: actions/setup-java@v4
1818
with:
19-
java-version: '11'
20-
distribution: 'adopt'
19+
java-version: '21'
20+
distribution: 'temurin'
21+
- uses: sbt/setup-sbt@v1
2122
- name: Run tests
2223
run: sbt test

0 commit comments

Comments
 (0)