Skip to content

Commit 33e5cbf

Browse files
Try bumping to latest SDK
1 parent 6da9bc3 commit 33e5cbf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
uses: actions/setup-dotnet@v4
112112
with:
113113
dotnet-version: |
114-
8.0.x
114+
9.0.x
115115
7.0.x
116116
6.0.x
117117

.github/workflows/code-coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
uses: actions/setup-dotnet@v4
6262
with:
6363
dotnet-version: |
64-
8.0.x
64+
9.0.x
6565
7.0.x
6666
6.0.x
6767

0 commit comments

Comments
 (0)