Skip to content

Commit eb9d2f6

Browse files
committed
build: Add Scala 3 to CI matrix
1 parent 4a22431 commit eb9d2f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
scala: [2.12.12, 2.13.6]
24+
scala: [2.12.12, 2.13.6, 3.0.2]
2525
java: ['1.8', '1.11']
2626
runs-on: ubuntu-latest
2727
steps:
@@ -52,4 +52,4 @@ jobs:
5252
find ~/.sbt -name "*.lock" -delete
5353
fi
5454
- name: test
55-
run: ${{ format('./sbt ++{0} clean test', matrix.scala) }}
55+
run: ${{ format('./sbt "++{0} -v clean; ++{0} test"', matrix.scala) }}

0 commit comments

Comments
 (0)