File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
strategy :
17
17
matrix :
18
- dotnet-version : ['6 .0.x' ]
18
+ dotnet-version : ['8 .0.x' ]
19
19
20
20
steps :
21
21
- name : Checkout
Original file line number Diff line number Diff line change 17
17
- name : Setup .NET
18
18
uses : actions/setup-dotnet@v1
19
19
with :
20
- dotnet-version : 6 .0.x
20
+ dotnet-version : 8 .0.x
21
21
- name : Restore dependencies
22
22
run : dotnet restore "./Synapse.sln"
23
23
- name : Build
@@ -105,7 +105,7 @@ jobs:
105
105
- name : Setup
106
106
uses : actions/setup-dotnet@v2
107
107
with :
108
- dotnet-version : 6 .0.x
108
+ dotnet-version : 8 .0.0x
109
109
- name : Restore
110
110
run : dotnet restore
111
111
- name : Build
@@ -154,7 +154,7 @@ jobs:
154
154
- name : Setup
155
155
uses : actions/setup-dotnet@v2
156
156
with :
157
- dotnet-version : 6 .0.x
157
+ dotnet-version : 8 .0.0x
158
158
- name : Restore
159
159
run : dotnet restore
160
160
- name : Build
@@ -203,7 +203,7 @@ jobs:
203
203
- name : Setup
204
204
uses : actions/setup-dotnet@v2
205
205
with :
206
- dotnet-version : 6 .0.x
206
+ dotnet-version : 8 .0.0x
207
207
- name : Restore
208
208
run : dotnet restore
209
209
- name : Build
@@ -238,7 +238,7 @@ jobs:
238
238
- name : Setup
239
239
uses : actions/setup-dotnet@v2
240
240
with :
241
- dotnet-version : 6 .0.x
241
+ dotnet-version : 8 .0.0x
242
242
- name : Restore
243
243
run : dotnet restore
244
244
- name : Build
@@ -267,7 +267,7 @@ jobs:
267
267
- name : Setup
268
268
uses : actions/setup-dotnet@v2
269
269
with :
270
- dotnet-version : 6 .0.x
270
+ dotnet-version : 8 .0.0x
271
271
- name : Restore
272
272
run : dotnet restore
273
273
- name : Build
You can’t perform that action at this time.
0 commit comments