Skip to content

Commit f13782a

Browse files
authored
Update dotnetcore.yml
1 parent 1b31b18 commit f13782a

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/dotnetcore.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@ jobs:
1010
build:
1111

1212
runs-on: ubuntu-latest
13-
13+
strategy:
14+
matrix:
15+
dotnet-version: ['3.0', '3.1.x', '5.0.x', '6.0' ]
1416
steps:
1517
- uses: actions/checkout@v2
1618
- name: Setup .NET Core
17-
uses: actions/setup-dotnet@v2.1.0
19+
uses: actions/setup-dotnet@v1
1820
with:
19-
dotnet-version: 6.0
21+
dotnet-version: ${{ matrix.dotnet-version }}
2022
- name: Install dependencies
2123
run: dotnet restore
2224
- name: Build

0 commit comments

Comments
 (0)