More workflow edits

This commit is contained in:
ForeverZer0 2021-08-24 08:51:17 -04:00
parent dafcd6b595
commit b34702d06c
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
dotnet: [ '3.1.x', '5.0.x' ]
dotnet: [ '5.0.x' ]
name: .NET ${{ matrix.dotnet }}
steps:
- uses: actions/checkout@v2