diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 6ecb1dc..72e9166 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -128,13 +128,13 @@ jobs: - name: Clear toolcache shell: pwsh run: __tests__/clear-toolcache.ps1 ${{ runner.os }} - - name: Setup dotnet '3.0.100-preview9-014004' + - name: Setup dotnet '3.1.100-preview1-014459' uses: ./ with: - dotnet-version: '3.0.100-preview9-014004' + dotnet-version: '3.1.100-preview1-014459' - name: Verify dotnet shell: pwsh - run: __tests__/verify-dotnet.ps1 3.0.100-preview9-014004 + run: __tests__/verify-dotnet.ps1 3.1.100-preview1-014459 test-setup-latest-patch-version: runs-on: ${{ matrix.operating-system }}