Skip to content

Commit 7013ca5

Browse files
committed
.net の複数バージョンのインストールテスト
1 parent f339bfc commit 7013ca5

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,12 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v2
12-
- uses: actions/setup-dotnet@v1
12+
- uses: actions/setup-dotnet@v4
1313
with:
14-
dotnet-version: 3.1.101
14+
dotnet-version: |
15+
3.1.101
16+
8.0.x
17+
9.0.x
1518
- run: dotnet test
1619
working-directory: ./dotnet
1720
- name: Remove old artifacts

0 commit comments

Comments
 (0)