ci(#119): install .NET 9.0 and 10.0 SDKs in CI workflow#153
Merged
LeeCampbell merged 8 commits intoHdrHistogram:mainfrom Mar 4, 2026
Merged
ci(#119): install .NET 9.0 and 10.0 SDKs in CI workflow#153LeeCampbell merged 8 commits intoHdrHistogram:mainfrom
LeeCampbell merged 8 commits intoHdrHistogram:mainfrom
Conversation
dea7a7f to
434e538
Compare
Update setup-dotnet to install all three supported SDK versions (8.0.x, 9.0.x, 10.0.x) using a multi-line dotnet-version scalar, matching the new multi-target framework support added in HdrHistogram#150. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
434e538 to
05fea32
Compare
9 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.github/workflows/ci.ymlto install .NET SDK 8.0.x, 9.0.x, and 10.0.x using a singlesetup-dotnetstep with a multi-linedotnet-versionscalarworkflowscope to pushContext
This is a stacked PR on top of #150 (
feat(#119): Add support for all currently supported .NET frameworks).PR #150 contains all the project file, devcontainer, and spec changes but could not modify
.github/workflows/due to PAT permission restrictions.Merge #150 first, then this PR's diff will reduce to just the CI workflow change.
Test plan
Closes the remaining acceptance criterion from #119 (AC-5).
🤖 Generated with Claude Code