diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 76fdcee..dd8b81e 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -45,13 +45,13 @@ jobs: - name: Clear toolcache shell: pwsh run: __tests__/clear-toolcache.ps1 ${{ runner.os }} - - name: Setup dotnet 2.2.402 + - name: Setup dotnet 2.2.402 and 3.1.404 uses: ./ with: - dotnet-version: '2.2.402 , 3.1.404 , 5.0.100' + dotnet-version: '2.2.402,3.1.404' - name: Verify dotnet shell: pwsh - run: __tests__/verify-dotnet.ps1 ru + run: __tests__/verify-dotnet.ps1 2.2.402 3.1.404 test-setup-full-version: runs-on: ${{ matrix.operating-system }}