Skip to content

Commit 8b329bd

Browse files
committed
Test sbt-dotty on sbt 1.5
1 parent 77b0ae0 commit 8b329bd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,12 @@ jobs:
282282
- name: Add SBT proxy repositories
283283
run: cp -vf .github/workflows/repositories /root/.sbt/ ; true
284284

285-
- name: Test
285+
- name: Test sbt 1.4.x
286286
run: ./project/scripts/sbt "sbt-dotty/scripted; sbt-community-build/scripted"
287287

288+
- name: Test sbt 1.5.x
289+
run: ./project/scripts/sbt "set \`sbt-dotty\`/scriptedSbt := \"1.5.0-RC1\"; sbt-dotty/scripted sbt-dotty/*"
290+
288291
test_java8:
289292
runs-on: [self-hosted, Linux]
290293
container:

0 commit comments

Comments
 (0)