Skip to content

Commit c8f56b7

Browse files
committed
Update CI and docs
1 parent f111ce3 commit c8f56b7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci-circt-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
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"]

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
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

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Most testing can be done on just the Chisel build unit:
7474
```
7575

7676
The `[]` 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]`.
7878
Using `[]` will pick the first version in the list of supported versions which one can think about as the "default" version.
7979

8080
You can test everything with:

0 commit comments

Comments
 (0)