From dbb5abbbb994a06913f63b91edbf62232533c927 Mon Sep 17 00:00:00 2001 From: Florian Rappl Date: Fri, 8 Mar 2024 15:48:05 +0100 Subject: [PATCH] Updated constraint def --- .github/workflows/ci.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d7342d..d093813 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,10 +16,11 @@ jobs: - uses: actions/setup-dotnet@v3 with: - dotnet-version: '5.0.x' - dotnet-version: '6.0.x' - dotnet-version: '7.0.x' - dotnet-version: '8.0.x' + dotnet-version: | + 5.0.x + 6.0.x + 7.0.x + 8.0.x - name: Build run: ./build.sh @@ -32,10 +33,11 @@ jobs: - uses: actions/setup-dotnet@v3 with: - dotnet-version: '5.0.x' - dotnet-version: '6.0.x' - dotnet-version: '7.0.x' - dotnet-version: '8.0.x' + dotnet-version: | + 5.0.x + 6.0.x + 7.0.x + 8.0.x - name: Build run: |