We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9d8c33 commit dbb5abbCopy full SHA for dbb5abb
.github/workflows/ci.yml
@@ -16,10 +16,11 @@ jobs:
16
17
- uses: actions/setup-dotnet@v3
18
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'
+ dotnet-version: |
+ 5.0.x
+ 6.0.x
+ 7.0.x
23
+ 8.0.x
24
25
- name: Build
26
run: ./build.sh
@@ -32,10 +33,11 @@ jobs:
32
33
34
35
36
37
38
39
40
41
42
43
run: |
0 commit comments