File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 1010 matrix :
1111 os : [ ubuntu-latest ]
1212 jdk : [ adopt@1.8, adopt@1.11, adopt@1.14 ]
13- scala : [ 2.11.12, 2. 12.13, 2.13.5 ]
13+ scala : [ 2.12.13, 2.13.5 ]
1414 runs-on : ${{ matrix.os }}
1515 env :
1616 JAVA_OPTS : -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
@@ -30,15 +30,13 @@ jobs:
3030 run : " ${GITHUB_WORKSPACE}/.github/clean-up.sh"
3131 release :
3232 runs-on : ubuntu-latest
33- if : ${{ github.event.workflow_run.conclusion == 'success' }}
3433 env :
3534 JAVA_OPTS : -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
3635 JVM_OPTS : -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
3736 steps :
3837 - uses : actions/checkout@v2.3.4
3938 with :
4039 fetch-depth : 0
41- ref : ${{ github.event.workflow_run.head_branch }}
4240 - uses : olafurpg/setup-scala@v10
4341 with :
4442 java-version : " adopt@1.8"
You can’t perform that action at this time.
0 commit comments