diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 021d0a029..d67e302ea 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -29,6 +29,13 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - + name: Setup .NET + uses: actions/setup-dotnet@v4 + with: + dotnet-version: | + 8.0.x + 9.0.x - name: Run tests run: dotnet test -f ${{ matrix.dotnet }} @@ -53,6 +60,13 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - + name: Setup .NET + uses: actions/setup-dotnet@v4 + with: + dotnet-version: | + 8.0.x + 9.0.x - name: Run tests run: dotnet test -f ${{ matrix.dotnet }}