Skip to content

Commit 12b337e

Browse files
authored
ci(HdrHistogram#119): install .NET 9.0 and 10.0 SDKs in CI workflow (HdrHistogram#153)
1 parent fe38ad3 commit 12b337e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-dotnet@v4
1616
with:
17-
dotnet-version: '8.0.x'
17+
dotnet-version: |
18+
8.0.x
19+
9.0.x
20+
10.0.x
1821
cache: true
1922
cache-dependency-path: '**/*.csproj'
2023

0 commit comments

Comments
 (0)