Skip to content

Commit 415344f

Browse files
authored
Update CI
1 parent b605b4f commit 415344f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ jobs:
5353
- uses: actions/setup-dotnet@v1
5454
with:
5555
dotnet-version: |
56-
3.1.x
57-
5.0.x
5856
6.0.x
57+
7.0.x
58+
8.0.x
5959
6060
- name: Build
6161
run: ./build.sh
@@ -69,9 +69,9 @@ jobs:
6969
- uses: actions/setup-dotnet@v1
7070
with:
7171
dotnet-version: |
72-
3.1.x
73-
5.0.x
7472
6.0.x
73+
7.0.x
74+
8.0.x
7575
7676
- name: Build
7777
run: |

0 commit comments

Comments
 (0)