Skip to content

Commit 1f0547c

Browse files
committed
add dual SDK for matrix build
1 parent 3d3da41 commit 1f0547c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-indicators-matrix.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ jobs:
3838
- name: Setup .NET SDK
3939
uses: actions/setup-dotnet@v5
4040
with:
41-
dotnet-version: ${{ matrix.dotnet-version }}
41+
dotnet-version: |
42+
${{ matrix.dotnet-version }}
43+
10.0.x
4244
dotnet-quality: "ga"
4345
cache: true
4446
cache-dependency-path: "**/packages.lock.json"

0 commit comments

Comments
 (0)