Updated workflow to .NET 7.0

This commit is contained in:
Eric Freed 2023-08-26 20:11:09 -04:00
parent 37723a5282
commit 7f99b388d7
1 changed files with 1 additions and 1 deletions

View File

@ -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