Skip to content

Commit 5830e2a

Browse files
committed
Ensure .NET versions are installed for testing
1 parent 10163eb commit 5830e2a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/check_pr.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ jobs:
1111
- name: Setup .NET
1212
uses: actions/setup-dotnet@v4
1313
with:
14-
dotnet-version: 9.0.x
14+
dotnet-version: |
15+
6.0.x
16+
8.0.x
17+
9.0.x
1518
1619
- name: Build
1720
run: dotnet build

0 commit comments

Comments
 (0)