Skip to content

Commit

Permalink
ci: Update workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
j5ik2o committed May 19, 2021
1 parent 713370a commit 4950c7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
fail-fast: false
matrix:
jdk: [ adopt@1.8, adopt@1.11, adopt@1.14 ]
scala: [ 3.0.0, 2.13.5, 2.12.13 ]
scala: [ 3.0.0, 2.13.6, 2.12.13 ]
runs-on: ubuntu-latest
needs: lint
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
os: [ ubuntu-latest ]
jdk: [ adopt@1.8, adopt@1.11, adopt@1.14 ]
scala: [ 3.0.0-RC2, 2.13.5, 2.12.13 ]
scala: [ 3.0.0, 2.13.6, 2.12.13 ]
runs-on: ${{ matrix.os }}
env:
JAVA_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
Expand Down

0 comments on commit 4950c7d

Please sign in to comment.