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 1818 fail-fast : false
1919 matrix :
2020 os : [ 'ubuntu-latest', 'windows-latest' ]
21- java : [ '8', '11' ]
21+ java : [ '8', '11', '17' ]
2222 scala : [
2323 { version: '2.12.15' },
2424 { version: '2.12.14' },
3636 - name : Set up JVM
3737 uses : actions/setup-java@v2
3838 with :
39- distribution : ' adopt '
39+ distribution : ' temurin '
4040 java-version : ${{ matrix.java }}
4141
4242 - name : run tests
5454 - name : Set up JVM
5555 uses : actions/setup-java@v2
5656 with :
57- distribution : ' adopt '
58- java-version : ' 8 '
57+ distribution : ' temurin '
58+ java-version : ' 17 '
5959
6060 - name : styleCheck
6161 run : sbt styleCheck
Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@v2.3.4
1212 with :
1313 fetch-depth : 0
14- - uses : olafurpg/setup-scala@v13
14+ - uses : actions/java@v2
15+ with :
16+ distribution : ' temurin'
17+ java-version : 17
1518 - run : sbt ci-release
1619 env :
1720 PGP_PASSPHRASE : ${{ secrets.PGP_PASSPHRASE }}
You can’t perform that action at this time.
0 commit comments