forked from bit/DotRecastNetSim
refactor: test .net 6.0
This commit is contained in:
parent
26309e79f8
commit
751d3a07a1
|
@ -18,7 +18,7 @@ jobs:
|
|||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
dotnet-version: [ '7.0.x' ]
|
||||
dotnet-version: [ '6.0.x', '7.0.x' ]
|
||||
os: [ windows-latest, ubuntu-latest, macos-latest ]
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue