Skip to content

Commit 9296871

Browse files
committed
[CI] Add C# 9 through 13 to the build matrix.
1 parent 76ceb08 commit 9296871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
strategy:
8686
fail-fast: false
8787
matrix:
88-
dotnet: [ '8.0.x' ]
88+
dotnet: [ '8.0.x', '9.0.x', '10.0.x', '11.0.x', '12.0.x', '13.0.x' ]
8989
env:
9090
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
9191
DOTNET_CLI_TELEMETRY_OPTOUT: 1

0 commit comments

Comments
 (0)