Skip to content

Commit 2c50b0e

Browse files
authored
Update test.yml
1 parent 344044b commit 2c50b0e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,12 @@ jobs:
2121
- name: Setup .NET
2222
uses: actions/setup-dotnet@v3
2323
with:
24-
dotnet-version: 9.0.x
24+
dotnet-version: |
25+
9.0.x
26+
8.0.x
27+
7.0.x
28+
6.0.x
29+
2530
- name: Restore dependencies
2631
run: dotnet restore
2732
- name: Build

0 commit comments

Comments
 (0)