summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJack Koenig2021-01-15 11:13:06 -0800
committerGitHub2021-01-15 11:13:06 -0800
commite94d41fc779e4e6b0b957a85da23532f23c45948 (patch)
treeb118eb97607b0ebfced714c6c2585ffd5a6d31f9 /.github/workflows
parentb578aa5e45e4ac5c2a71dda42367863a577ccaa4 (diff)
parentb96e7dde38576cb7be400bfa28bf77a10091a81f (diff)
Merge pull request #1732 from chipsalliance/farewell_scala_211
Farewell Scala 2.11
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 52c60702..f9c2b2b0 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, 2.11.12]
+ scala: [2.12.12]
container:
image: ucbbar/chisel3-tools
options: --user github --entrypoint /bin/bash