Skip to content

Commit 700e0d6

Browse files
committed
update ci pipeline to use dotnet 8,9,10
1 parent 7159ca0 commit 700e0d6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/validatePullRequest.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ jobs:
2222
- name: Setup .NET
2323
uses: actions/[email protected]
2424
with:
25-
dotnet-version: 8.x
25+
dotnet-version: |
26+
8.0.x
27+
9.0.x
28+
10.x
2629
- name: Initialize CodeQL
2730
uses: github/codeql-action/init@v4
2831
with:

0 commit comments

Comments
 (0)