File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 18
18
fail-fast : false
19
19
matrix :
20
20
os : [ 'ubuntu-latest', 'windows-latest' ]
21
- java : [ '8', '11' ]
21
+ java : [ '8', '11', '17' ]
22
22
scala : [
23
23
{ version: '2.12.15' },
24
24
{ version: '2.12.14' },
36
36
- name : Set up JVM
37
37
uses : actions/setup-java@v2
38
38
with :
39
- distribution : ' adopt '
39
+ distribution : ' temurin '
40
40
java-version : ${{ matrix.java }}
41
41
42
42
- name : run tests
54
54
- name : Set up JVM
55
55
uses : actions/setup-java@v2
56
56
with :
57
- distribution : ' adopt '
58
- java-version : ' 8 '
57
+ distribution : ' temurin '
58
+ java-version : ' 17 '
59
59
60
60
- name : styleCheck
61
61
run : sbt styleCheck
Original file line number Diff line number Diff line change 11
11
- uses : actions/checkout@v2.3.4
12
12
with :
13
13
fetch-depth : 0
14
- - uses : olafurpg/setup-scala@v13
14
+ - uses : actions/java@v2
15
+ with :
16
+ distribution : ' temurin'
17
+ java-version : 17
15
18
- run : sbt ci-release
16
19
env :
17
20
PGP_PASSPHRASE : ${{ secrets.PGP_PASSPHRASE }}
You can’t perform that action at this time.
0 commit comments