Skip to content

Commit 2429e58

Browse files
committed
[CI] Simplify setup-dotnet version specification.
1 parent 473904d commit 2429e58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 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', '9.0.x', '10.0.x', '11.0.x', '12.0.x', '13.0.x' ]
88+
dotnet: [ '8', '9', '10', '11', '12', '13' ]
8989
env:
9090
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
9191
DOTNET_CLI_TELEMETRY_OPTOUT: 1
@@ -117,6 +117,7 @@ jobs:
117117
uses: actions/setup-dotnet@v5
118118
with:
119119
dotnet-version: ${{ matrix.dotnet }}
120+
dotnet-quality: 'ga'
120121
- name: Build
121122
run: ./csharp/build.sh
122123
- name: Run tests

0 commit comments

Comments
 (0)