Skip to content

Commit 461481c

Browse files
committed
Bump dotnet sdk version to 8.0.403, resolve Windows test flakyness
1 parent cc542fc commit 461481c

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/build.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ubuntu-24.04]
12-
dotnet: [8.0.303]
13-
12+
dotnet: [8.0.403]
1413
runs-on: ${{ matrix.os }}
1514

1615
steps:

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [windows-latest, ubuntu-24.04]
13-
dotnet: [8.0.303]
13+
dotnet: [8.0.403]
1414
fail-fast: false
1515

1616
runs-on: ${{ matrix.os }}

global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "8.0.300",
3+
"version": "8.0.400",
44
"rollForward": "minor"
55
}
66
}

0 commit comments

Comments
 (0)