From 2f1c70462b90b5a1b5908101f0c2deeba4e212a9 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Mon, 23 Sep 2019 01:48:26 -0400 Subject: build matrix --- .github/workflows/main.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6ae537a..06ad7c7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: build: strategy: matrix: - scala: ["2.13.1", "2.12.10", "2.11.12"] + scala: ["2.13.1", "2.12.10", "2.11.12", "2.10.7"] runs-on: ubuntu-latest steps: @@ -21,7 +21,11 @@ jobs: - uses: jodersky/setup-mill@master + - name: Compile + run: mill -D scala.version=${{matrix.scala}} commando.compile + - name: Test + if: matrix.scala == '2.13.1' run: mill -D scala.version=${{matrix.scala}} commando.test - name: Publish Tag -- cgit v1.2.3