Skip to content

Commit 95e898e

Browse files
authored
Use current dotnet versions
1 parent 6789557 commit 95e898e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-dotnet.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
- name: Setup .NET
1919
uses: actions/setup-dotnet@v4
2020
with:
21-
dotnet-version: 6.0.x
21+
dotnet-version: |
22+
8.0.x
23+
9.0.x
2224
- name: Restore dependencies
2325
run: dotnet restore
2426
working-directory: dotnet

0 commit comments

Comments
 (0)