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