refactor: test .net 6.0

This commit is contained in:
ikpil 2023-10-28 12:34:18 +09:00
parent 26309e79f8
commit 751d3a07a1
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
dotnet-version: [ '7.0.x' ] dotnet-version: [ '6.0.x', '7.0.x' ]
os: [ windows-latest, ubuntu-latest, macos-latest ] os: [ windows-latest, ubuntu-latest, macos-latest ]
steps: steps: