Skip to content

Commit 5a249c0

Browse files
committed
CI: Bump dotnet
1 parent 254bdc1 commit 5a249c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
- name: Setup .NET
1717
uses: actions/setup-dotnet@v2
1818
with:
19-
dotnet-version: 6.0.x
19+
dotnet-version: |
20+
6.0.x
21+
8.0.x
2022
- name: Restore dependencies
2123
working-directory: ./src
2224
run: dotnet restore

0 commit comments

Comments
 (0)