diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 291703e..f8fae15 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,8 +13,9 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: | - 3.1.x 6.0.x + 7.0.x + 8.0.x - name: Install dependencies run: dotnet restore - name: Build