Skip to content

Commit dbb5abb

Browse files
authored
Updated constraint def
1 parent b9d8c33 commit dbb5abb

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

.github/workflows/ci.yml

+10-8
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ jobs:
1616

1717
- uses: actions/setup-dotnet@v3
1818
with:
19-
dotnet-version: '5.0.x'
20-
dotnet-version: '6.0.x'
21-
dotnet-version: '7.0.x'
22-
dotnet-version: '8.0.x'
19+
dotnet-version: |
20+
5.0.x
21+
6.0.x
22+
7.0.x
23+
8.0.x
2324
2425
- name: Build
2526
run: ./build.sh
@@ -32,10 +33,11 @@ jobs:
3233

3334
- uses: actions/setup-dotnet@v3
3435
with:
35-
dotnet-version: '5.0.x'
36-
dotnet-version: '6.0.x'
37-
dotnet-version: '7.0.x'
38-
dotnet-version: '8.0.x'
36+
dotnet-version: |
37+
5.0.x
38+
6.0.x
39+
7.0.x
40+
8.0.x
3941
4042
- name: Build
4143
run: |

0 commit comments

Comments
 (0)