Removed .NET 2.1 from workflows, as it is not supported on GitHub
This commit is contained in:
parent
4aaba3dd12
commit
dafcd6b595
|
@ -12,7 +12,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
dotnet: [ '2.1.x', '3.1.x', '5.0.x' ]
|
||||
dotnet: [ '3.1.x', '5.0.x' ]
|
||||
name: .NET ${{ matrix.dotnet }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in New Issue