From 415344f6f57577fe38d4b6bcb838dae06118ca7d Mon Sep 17 00:00:00 2001 From: Florian Rappl Date: Fri, 1 Mar 2024 11:20:42 +0100 Subject: [PATCH] Update CI --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: |