Skip to content

Commit 769a243

Browse files
committed
fix(CICD): Fixed build-dotnet and publish workflows
Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
1 parent 6438ee5 commit 769a243

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/build-dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
dotnet-version: ['6.0.x' ]
18+
dotnet-version: ['8.0.x' ]
1919

2020
steps:
2121
- name: Checkout

.github/workflows/publish.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup .NET
1818
uses: actions/setup-dotnet@v1
1919
with:
20-
dotnet-version: 6.0.x
20+
dotnet-version: 8.0.x
2121
- name: Restore dependencies
2222
run: dotnet restore "./Synapse.sln"
2323
- name: Build
@@ -105,7 +105,7 @@ jobs:
105105
- name: Setup
106106
uses: actions/setup-dotnet@v2
107107
with:
108-
dotnet-version: 6.0.x
108+
dotnet-version: 8.0.0x
109109
- name: Restore
110110
run: dotnet restore
111111
- name: Build
@@ -154,7 +154,7 @@ jobs:
154154
- name: Setup
155155
uses: actions/setup-dotnet@v2
156156
with:
157-
dotnet-version: 6.0.x
157+
dotnet-version: 8.0.0x
158158
- name: Restore
159159
run: dotnet restore
160160
- name: Build
@@ -203,7 +203,7 @@ jobs:
203203
- name: Setup
204204
uses: actions/setup-dotnet@v2
205205
with:
206-
dotnet-version: 6.0.x
206+
dotnet-version: 8.0.0x
207207
- name: Restore
208208
run: dotnet restore
209209
- name: Build
@@ -238,7 +238,7 @@ jobs:
238238
- name: Setup
239239
uses: actions/setup-dotnet@v2
240240
with:
241-
dotnet-version: 6.0.x
241+
dotnet-version: 8.0.0x
242242
- name: Restore
243243
run: dotnet restore
244244
- name: Build
@@ -267,7 +267,7 @@ jobs:
267267
- name: Setup
268268
uses: actions/setup-dotnet@v2
269269
with:
270-
dotnet-version: 6.0.x
270+
dotnet-version: 8.0.0x
271271
- name: Restore
272272
run: dotnet restore
273273
- name: Build

0 commit comments

Comments
 (0)