diff --git a/.github/workflows/unitTests.yml b/.github/workflows/unitTests.yml index 2e78452c..f952f48a 100644 --- a/.github/workflows/unitTests.yml +++ b/.github/workflows/unitTests.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - dotnet-version: ['3.1.x'] + dotnet-version: ['2.1.x'] os: [ubuntu-18.04] steps: - uses: actions/checkout@v2 @@ -22,9 +22,9 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: ${{ matrix.dotnet-version }} - - name: "Install and run tests 3.1.22" - if: ${{ matrix.dotnet-version == '3.1.x' }} + - name: "Install and run tests 2.1.300" + if: ${{ matrix.dotnet-version == '2.1.x' }} run: | dotnet test --framework netcoreapp2.0 tests_netcore/Plivo.NetCore.Test/Plivo.NetCore.Test.csproj; env: - DOTNETCORE: 3 + DOTNETCORE: 2