We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b0ae0 commit 8b329bdCopy full SHA for 8b329bd
.github/workflows/ci.yaml
@@ -282,9 +282,12 @@ jobs:
282
- name: Add SBT proxy repositories
283
run: cp -vf .github/workflows/repositories /root/.sbt/ ; true
284
285
- - name: Test
+ - name: Test sbt 1.4.x
286
run: ./project/scripts/sbt "sbt-dotty/scripted; sbt-community-build/scripted"
287
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
+
291
test_java8:
292
runs-on: [self-hosted, Linux]
293
container:
0 commit comments