Updated workflow to .NET 7.0
This commit is contained in:
parent
37723a5282
commit
7f99b388d7
|
@ -12,7 +12,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
dotnet: [ '5.0.x' ]
|
dotnet: [ '7.0.x' ]
|
||||||
name: .NET ${{ matrix.dotnet }}
|
name: .NET ${{ matrix.dotnet }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in New Issue