From 5cd7f275d6f0f77b2d50e7ec60e49b87dcf5ffaa Mon Sep 17 00:00:00 2001 From: kalyan-plivo Date: Tue, 3 Oct 2023 12:56:11 +0530 Subject: [PATCH] Update unitTests.yml --- .github/workflows/unitTests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/unitTests.yml b/.github/workflows/unitTests.yml index f952f48a..2e78452c 100644 --- a/.github/workflows/unitTests.yml +++ b/.github/workflows/unitTests.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - dotnet-version: ['2.1.x'] + dotnet-version: ['3.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 2.1.300" - if: ${{ matrix.dotnet-version == '2.1.x' }} + - name: "Install and run tests 3.1.22" + if: ${{ matrix.dotnet-version == '3.1.x' }} run: | dotnet test --framework netcoreapp2.0 tests_netcore/Plivo.NetCore.Test/Plivo.NetCore.Test.csproj; env: - DOTNETCORE: 2 + DOTNETCORE: 3