diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 810411b..2218216 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,9 +53,9 @@ jobs: - uses: actions/setup-dotnet@v1 with: dotnet-version: | - 3.1.x - 5.0.x 6.0.x + 7.0.x + 8.0.x - name: Build run: ./build.sh @@ -69,9 +69,9 @@ jobs: - uses: actions/setup-dotnet@v1 with: dotnet-version: | - 3.1.x - 5.0.x 6.0.x + 7.0.x + 8.0.x - name: Build run: |