Skip to content

Commit eb99b1d

Browse files
committed
java: Various CI improvements
This bulk update includes * Use Eclipse Temurin instead of Azul Zulu * Set fail-fast: true on matrix strategies to reduce CI time * Use the junit-jupiter aggregator module instead of junit-jupiter-engine * Use single quotes around values in yaml for consistency
1 parent c4950a0 commit eb99b1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-sbt.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
2828
- uses: actions/setup-java@v5
2929
with:
30-
distribution: "temurin"
31-
java-version: "11"
30+
distribution: 'temurin'
31+
java-version: "17"
3232

3333
- uses: sbt/setup-sbt@v1
3434

0 commit comments

Comments
 (0)