Skip to content

Commit 1c2e182

Browse files
committed
ci: Fix ci.yml
1 parent 2b76e88 commit 1c2e182

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
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
jdk: [ adopt@1.8, adopt@1.11, adopt@1.14 ]
46-
scala: [ 2.13.5, 2.12.13 ]
46+
scala: [ 3.0.0-RC2, 2.13.5, 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
jdk: [ adopt@1.8, adopt@1.11, adopt@1.14 ]
13-
scala: [ 2.13.5, 2.12.13 ]
13+
scala: [ 3.0.0-RC2, 2.13.5, 2.12.13 ]
1414
runs-on: ${{ matrix.os }}
1515
env:
1616
JAVA_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8

.github/workflows/scala-steward.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: Scala Steward
22
on:
3-
# push:
4-
# branches:
5-
# - main
63
workflow_dispatch:
74
schedule:
85
- cron: '0 * * * *'

0 commit comments

Comments
 (0)