Skip to content

Commit 6c7f2bb

Browse files
committed
[CI] Remove non-installable .NET versions.
1 parent 2429e58 commit 6c7f2bb

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', '9', '10', '11', '12', '13' ]
88+
dotnet: [ '8', '9', '10' ]
8989
env:
9090
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
9191
DOTNET_CLI_TELEMETRY_OPTOUT: 1

0 commit comments

Comments
 (0)