aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml6
1 files changed, 5 insertions, 1 deletions
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