File tree 2 files changed +11
-11
lines changed
2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 20
20
- 3.3.3
21
21
- 3.4.2
22
22
java :
23
- - 1.8
24
- - 1.11
23
+ - 11
24
+ - 17
25
25
runs-on : ubuntu-latest
26
26
steps :
27
27
- name : Checkout
@@ -30,12 +30,11 @@ jobs:
30
30
fetch-depth : 0
31
31
32
32
- name : Setup Java and Scala
33
- uses : olafurpg /setup-scala@v13
33
+ uses : actions /setup-java@v4
34
34
with :
35
- java-version : adopt@${{ matrix.java }}
36
-
37
- - name : Cache sbt
38
- uses : coursier/cache-action@v6
35
+ distribution : ' adopt'
36
+ java-version : ${{ matrix.java }}
37
+ cache : ' sbt'
39
38
40
39
- name : Test
41
40
run : |
Original file line number Diff line number Diff line change @@ -15,10 +15,11 @@ jobs:
15
15
fetch-depth : 0 # fetch all tags to make sbt-dynver work properly
16
16
17
17
- name : Setup Java and Scala
18
- uses : olafurpg/setup-scala@v13
19
-
20
- - name : Cache sbt
21
- uses : coursier/cache-action@v6
18
+ uses : actions/setup-java@v4
19
+ with :
20
+ distribution : ' adopt'
21
+ java-version : 17
22
+ cache : ' sbt'
22
23
23
24
- name : Publish
24
25
run : sbt ci-release
You can’t perform that action at this time.
0 commit comments