We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71fa016 commit 89a88cdCopy full SHA for 89a88cd
.github/workflows/pull-request.yaml
@@ -15,9 +15,11 @@ jobs:
15
submodules: true
16
17
- name: Setup .NET SDK
18
- uses: actions/setup-dotnet@v3
+ uses: actions/setup-dotnet@v4
19
with:
20
- dotnet-version: '6.0.x'
+ dotnet-version: |
21
+ 6.0.x
22
+ 8.0.x
23
24
- name: Build and test
25
run: |
.github/workflows/push.yaml
@@ -18,9 +18,11 @@ jobs:
26
27
28
0 commit comments