Skip to content

Commit 4950c7d

Browse files
committed
ci: Update workflow.yml
1 parent 713370a commit 4950c7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
fail-fast: false
4444
matrix:
4545
46-
scala: [ 3.0.0, 2.13.5, 2.12.13 ]
46+
scala: [ 3.0.0, 2.13.6, 2.12.13 ]
4747
runs-on: ubuntu-latest
4848
needs: lint
4949
env:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
os: [ ubuntu-latest ]
1212
13-
scala: [ 3.0.0-RC2, 2.13.5, 2.12.13 ]
13+
scala: [ 3.0.0, 2.13.6, 2.12.13 ]
1414
runs-on: ${{ matrix.os }}
1515
env:
1616
JAVA_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8

0 commit comments

Comments
 (0)