Skip to content

Commit 965981d

Browse files
committed
add supported versions
1 parent 8e8db88 commit 965981d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v3
1414
- name: Setup .NET Core 3.1
15-
uses: actions/setup-dotnet@v2
15+
uses: actions/setup-dotnet@v3
1616
with:
1717
dotnet-version: |
1818
3.1.x
1919
5.0.x
2020
6.0.x
2121
7.0.x
22+
8.0.x
23+
9.0.x
2224
- name: Install dependencies
2325
run: dotnet restore Mediator.Net.sln
2426
- name: Build

0 commit comments

Comments
 (0)