36
36
os : [ubuntu-latest, macos-13]
37
37
dotnet-version : [6.0.x, 8.0.x]
38
38
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
51
39
- dotnet-version : 6.0.x
52
40
binding-framework : net6.0
53
41
test-framework : net6.0
@@ -56,12 +44,20 @@ jobs:
56
44
test-framework : net8.0
57
45
- os : macos-13
58
46
dotnet-version : 2.1.x
47
+ binding-framework : netstandard2.0
48
+ test-framework : netcoreapp2.1
59
49
- os : macos-13
60
50
dotnet-version : 3.0.x
51
+ binding-framework : netcoreapp3.0
52
+ test-framework : netcoreapp3.0
61
53
- os : macos-13
62
54
dotnet-version : 3.1.x
55
+ binding-framework : netcoreapp3.0
56
+ test-framework : netcoreapp3.1
63
57
- os : macos-13
64
58
dotnet-version : 5.0.x
59
+ binding-framework : netcoreapp3.0
60
+ test-framework : net5.0
65
61
66
62
steps :
67
63
- uses : actions/checkout@v3
@@ -85,32 +81,28 @@ jobs:
85
81
machine : [rpi3-32, rpi3-64, rpi4-32, rpi4-64, rpi5-32, rpi5-64, pv-windows, pv-ios, pv-windows-arm64]
86
82
dotnet-version : [8.0.x]
87
83
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
100
84
- dotnet-version : 6.0.x
101
85
binding-framework : net6.0
102
86
test-framework : net6.0
103
87
- dotnet-version : 8.0.x
104
88
binding-framework : net8.0
105
89
test-framework : net8.0
106
- - os : pv-windows
90
+ - machine : pv-windows
107
91
dotnet-version : 2.1.x
108
- - os : pv-windows
92
+ binding-framework : netstandard2.0
93
+ test-framework : netcoreapp2.1
94
+ - machine : pv-windows
109
95
dotnet-version : 3.0.x
110
- - os : pv-windows
96
+ binding-framework : netcoreapp3.0
97
+ test-framework : netcoreapp3.0
98
+ - machine : pv-windows
111
99
dotnet-version : 3.1.x
112
- - os : pv-windows
100
+ binding-framework : netcoreapp3.0
101
+ test-framework : netcoreapp3.1
102
+ - machine : pv-windows
113
103
dotnet-version : 5.0.x
104
+ binding-framework : netcoreapp3.0
105
+ test-framework : net5.0
114
106
115
107
steps :
116
108
- uses : actions/checkout@v3
0 commit comments