summaryrefslogtreecommitdiff
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
authorJack Koenig2021-02-01 12:44:24 -0800
committerGitHub2021-02-01 12:44:24 -0800
commit445b5cecb267adcd556627ffea2486b20740d6d4 (patch)
tree9f874c4a005c92cfdb0ec15af595224cfdc81ef9 /.github/workflows/test.yml
parent654db98e92c0ea96d89f0307c043951fdc73a257 (diff)
Bump to Scala 2.12.13 (#1766)
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index f9c2b2b0..a9322492 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- scala: [2.12.12]
+ scala: [2.12.13]
container:
image: ucbbar/chisel3-tools
options: --user github --entrypoint /bin/bash
@@ -32,7 +32,7 @@ jobs:
- name: Cache Scala
uses: coursier/cache-action@v5
- name: Documentation (Scala 2.12 only)
- if: matrix.scala == '2.12.12'
+ if: matrix.scala == '2.12.13'
run: sbt ++${{ matrix.scala }} docs/mdoc
- name: Test
run: sbt ++${{ matrix.scala }} test