From 85f33dc0b95cf68c742fc3634dd25e527780640b Mon Sep 17 00:00:00 2001 From: Lorenzo Gabriele Date: Thu, 25 Mar 2021 10:40:00 +0100 Subject: [PATCH] Publish for Scala 2.11 - Remove parallelism from CI which is flaky --- .github/workflows/actions.yml | 2 +- build.sc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 6f24898..22b7f8a 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -15,7 +15,7 @@ jobs: with: java-version: 8 - name: Run tests - run: ./mill -i -j $(nproc) __.publishArtifacts __.test + run: ./mill -i __.publishArtifacts __.test publish-sonatype: if: github.repository == 'com-lihaoyi/PPrint' && contains(github.ref, 'refs/tags/') diff --git a/build.sc b/build.sc index e62a906..8f0b568 100644 --- a/build.sc +++ b/build.sc @@ -5,7 +5,7 @@ import de.tobiasroeser.mill.vcs.version.VcsVersion val dottyVersions = sys.props.get("dottyVersion").toList -val scalaVersions = "2.12.13" :: "2.13.4" :: "3.0.0-RC1" :: dottyVersions +val scalaVersions = "2.12.13" :: "2.13.4" :: "2.11.12" :: "3.0.0-RC1" :: dottyVersions val scala2Versions = scalaVersions.filter(_.startsWith("2.")) val scalaJSVersions = for {