Skip to content

Commit 62f9a2f

Browse files
update CI
1 parent bcb0d17 commit 62f9a2f

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,17 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@af513c7a016048ae468971c52ed77d9562c7c819
2323

24-
- name: Setup dotnet (main)
24+
- name: Setup net6
2525
uses: actions/setup-dotnet@v1
26-
27-
- name: Setup dotnet (testing netcore3)
26+
with:
27+
dotnet-version: '6.0.x'
28+
29+
- name: Setup net5
30+
uses: actions/setup-dotnet@v1
31+
with:
32+
dotnet-version: '5.0.x'
33+
34+
- name: Setup net3
2835
uses: actions/setup-dotnet@v1
2936
with:
3037
dotnet-version: '3.1.x'

0 commit comments

Comments
 (0)