Skip to content

Commit c46c044

Browse files
committed
testing dotnet versions
1 parent 2fac802 commit c46c044

File tree

1 file changed

+20
-28
lines changed

1 file changed

+20
-28
lines changed

.github/workflows/dotnet.yml

Lines changed: 20 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,6 @@ jobs:
3636
os: [ubuntu-latest, macos-13]
3737
dotnet-version: [6.0.x, 8.0.x]
3838
include:
39-
- dotnet-version: 2.1.x
40-
binding-framework: netstandard2.0
41-
test-framework: netcoreapp2.1
42-
- dotnet-version: 3.0.x
43-
binding-framework: netcoreapp3.0
44-
test-framework: netcoreapp3.0
45-
- dotnet-version: 3.1.x
46-
binding-framework: netcoreapp3.0
47-
test-framework: netcoreapp3.1
48-
- dotnet-version: 5.0.x
49-
binding-framework: netcoreapp3.0
50-
test-framework: net5.0
5139
- dotnet-version: 6.0.x
5240
binding-framework: net6.0
5341
test-framework: net6.0
@@ -56,12 +44,20 @@ jobs:
5644
test-framework: net8.0
5745
- os: macos-13
5846
dotnet-version: 2.1.x
47+
binding-framework: netstandard2.0
48+
test-framework: netcoreapp2.1
5949
- os: macos-13
6050
dotnet-version: 3.0.x
51+
binding-framework: netcoreapp3.0
52+
test-framework: netcoreapp3.0
6153
- os: macos-13
6254
dotnet-version: 3.1.x
55+
binding-framework: netcoreapp3.0
56+
test-framework: netcoreapp3.1
6357
- os: macos-13
6458
dotnet-version: 5.0.x
59+
binding-framework: netcoreapp3.0
60+
test-framework: net5.0
6561

6662
steps:
6763
- uses: actions/checkout@v3
@@ -85,32 +81,28 @@ jobs:
8581
machine: [rpi3-32, rpi3-64, rpi4-32, rpi4-64, rpi5-32, rpi5-64, pv-windows, pv-ios, pv-windows-arm64]
8682
dotnet-version: [8.0.x]
8783
include:
88-
- dotnet-version: 2.1.x
89-
binding-framework: netstandard2.0
90-
test-framework: netcoreapp2.1
91-
- dotnet-version: 3.0.x
92-
binding-framework: netcoreapp3.0
93-
test-framework: netcoreapp3.0
94-
- dotnet-version: 3.1.x
95-
binding-framework: netcoreapp3.0
96-
test-framework: netcoreapp3.1
97-
- dotnet-version: 5.0.x
98-
binding-framework: netcoreapp3.0
99-
test-framework: net5.0
10084
- dotnet-version: 6.0.x
10185
binding-framework: net6.0
10286
test-framework: net6.0
10387
- dotnet-version: 8.0.x
10488
binding-framework: net8.0
10589
test-framework: net8.0
106-
- os: pv-windows
90+
- machine: pv-windows
10791
dotnet-version: 2.1.x
108-
- os: pv-windows
92+
binding-framework: netstandard2.0
93+
test-framework: netcoreapp2.1
94+
- machine: pv-windows
10995
dotnet-version: 3.0.x
110-
- os: pv-windows
96+
binding-framework: netcoreapp3.0
97+
test-framework: netcoreapp3.0
98+
- machine: pv-windows
11199
dotnet-version: 3.1.x
112-
- os: pv-windows
100+
binding-framework: netcoreapp3.0
101+
test-framework: netcoreapp3.1
102+
- machine: pv-windows
113103
dotnet-version: 5.0.x
104+
binding-framework: netcoreapp3.0
105+
test-framework: net5.0
114106

115107
steps:
116108
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)