File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4949 matrix :
5050 system : ["ubuntu-24.04"]
5151 jvm : [21]
52- scala : ["2.13.18 "]
52+ scala : ["2.13"]
5353 espresso : ["2.4"]
5454 slang : ["7.0"]
5555 circt : ["nightly"]
Original file line number Diff line number Diff line change 1919 matrix :
2020 system : ["ubuntu-24.04"]
2121 jvm : [21]
22- scala : ["2.13.18 "]
22+ scala : ["2.13"]
2323 espresso : ["2.4"]
2424 slang : ["7.0"]
2525 uses : ./.github/workflows/test.yml
Original file line number Diff line number Diff line change 1515 type : number
1616 scala :
1717 description : ' The Scala version to use'
18- default : ' 2.13.18 '
18+ default : ' 2.13'
1919 required : true
2020 type : string
2121 espresso :
@@ -219,7 +219,7 @@ jobs:
219219 runs-on : ubuntu-24.04
220220 strategy :
221221 matrix :
222- scala : ["2.13.18 "]
222+ scala : ["2.13"]
223223 steps :
224224 - name : Checkout
225225 uses : actions/checkout@v5
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ Most testing can be done on just the Chisel build unit:
7474```
7575
7676The ` [] ` exists because we are cross-compiling between Scala 2.13 and Scala 3.
77- You can pick a specific version, e.g. ` ./mill chisel[2.13.18 ] ` .
77+ You can pick a specific version, e.g. ` ./mill chisel[2.13] ` .
7878Using ` [] ` will pick the first version in the list of supported versions which one can think about as the "default" version.
7979
8080You can test everything with:
You can’t perform that action at this time.
0 commit comments