Skip to content

Commit 0df436f

Browse files
authored
chore: update dotnet version in test pipeline
1 parent 8eb2e1b commit 0df436f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup .NET
2828
uses: actions/setup-dotnet@v4
2929
with:
30-
dotnet-version: 8.0.x
30+
dotnet-version: 9.x
3131

3232
- name: Restore
3333
run: dotnet restore src

0 commit comments

Comments
 (0)