Skip to content

Commit 2af6676

Browse files
author
Alex Peck
committed
install all fwks
1 parent 057d082 commit 2af6676

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/gate.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
include:
1919
# Windows
2020
- os: windows-latest
21-
dotnet-version: 3.1.x
2221
framework: net48
2322
coverage: false
2423
results: results4.trx
@@ -28,7 +27,6 @@ jobs:
2827
publish_nuget: true
2928

3029
- os: windows-latest
31-
dotnet-version: 3.1.x
3230
framework: netcoreapp3.1
3331
coverage: true
3432
results: results3.trx
@@ -38,7 +36,6 @@ jobs:
3836
publish_nuget: true
3937

4038
- os: windows-latest
41-
dotnet-version: 6.0.x
4239
framework: net6.0
4340
coverage: true
4441
results: results6.trx
@@ -48,7 +45,6 @@ jobs:
4845
publish_nuget: false
4946

5047
- os: windows-latest
51-
dotnet-version: 9.0.x
5248
framework: net9.0
5349
coverage: true
5450
results: results9.trx
@@ -59,7 +55,6 @@ jobs:
5955

6056
# macOS
6157
- os: macos-latest
62-
dotnet-version: 6.0.x
6358
framework: net6.0
6459
coverage: true
6560
results: results.trx
@@ -70,7 +65,6 @@ jobs:
7065

7166
# Linux
7267
- os: ubuntu-latest
73-
dotnet-version: 6.0.x
7468
framework: net6.0
7569
coverage: true
7670
results: results.trx
@@ -85,7 +79,11 @@ jobs:
8579
- name: Setup .NET Core
8680
uses: actions/setup-dotnet@v4
8781
with:
88-
dotnet-version: ${{ matrix.dotnet-version }}
82+
dotnet-version: |
83+
3.1.x
84+
6.0.x
85+
8.0.x
86+
9.0.x
8987
9088
- name: Install dependencies
9189
run: dotnet restore

0 commit comments

Comments
 (0)