File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 19
19
- name : Set up JDK
20
20
uses : actions/setup-java@v4
21
21
with :
22
- distribution : ' adopt'
23
- java-version : 19
22
+ distribution : temurin
23
+ java-version : 21
24
+ cache : sbt
24
25
- uses : sbt/setup-sbt@v1
25
26
- name : Compile and run tests
26
27
run : sbt +test
Original file line number Diff line number Diff line change 20
20
- name : Set up JDK
21
21
uses : actions/setup-java@v4
22
22
with :
23
- distribution : ' adopt'
24
- java-version : 19
23
+ distribution : temurin
24
+ java-version : 21
25
+ cache : sbt
25
26
- uses : sbt/setup-sbt@v1
26
27
- name : Check formatting
27
28
run : sbt scalafmtCheck Test/scalafmtCheck
@@ -53,11 +54,12 @@ jobs:
53
54
run : echo $PGP_SECRET | base64 --decode | gpg --batch --import
54
55
env :
55
56
PGP_SECRET : ${{ secrets.PGP_SECRET }}
56
- - name : Set up JDK 11
57
+ - name : Set up JDK
57
58
uses : actions/setup-java@v4
58
59
with :
59
- distribution : ' adopt'
60
- java-version : 11
60
+ distribution : temurin
61
+ java-version : 21
62
+ cache : sbt
61
63
- uses : sbt/setup-sbt@v1
62
64
- name : Release to Sonatype
63
65
run : sbt ciReleaseTagNextVersion ciReleaseSonatype
You can’t perform that action at this time.
0 commit comments