We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c10498f commit 8503845Copy full SHA for 8503845
1 file changed
.github/workflows/build-and-test.yml
@@ -17,7 +17,9 @@ jobs:
17
- name: Setup .NET
18
uses: actions/setup-dotnet@v1
19
with:
20
- dotnet-version: 6.x.x
+ dotnet-version: |
21
+ 6.x.x
22
+ '7.0.103'
23
- name: make script executable
24
run: chmod u+x build.sh
25
- name: Build and test
0 commit comments