aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 18a680f5..31f7ca6a 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- scala: [2.13.2, 2.12.12, 2.11.12]
+ scala: [2.13.4, 2.12.13, 2.11.12]
container:
image: ucbbar/chisel3-tools
options: --user github --entrypoint /bin/bash
@@ -34,8 +34,7 @@ jobs:
- name: Check Formatting (Scala 2.12 only)
if: matrix.scala == '2.12.12'
run: sbt ++${{ matrix.scala }} scalafmtCheckAll
- - name: Unidoc builds (Scala 2.12 only)
- if: matrix.scala == '2.12.12'
+ - name: Unidoc
run: sbt ++${{ matrix.scala }} unidoc
- name: Sanity check benchmarking scripts (Scala 2.12 only)
if: matrix.scala == '2.12.12'