From 84ab36db554adb31844bcf62e489bdbd52ce6fae Mon Sep 17 00:00:00 2001 From: Dmitri Shimanski Date: Sat, 29 Mar 2025 02:59:58 +0300 Subject: [PATCH] Update dotnet.yml --- .github/workflows/dotnet.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 8cc3d67..56cdf92 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -14,10 +14,14 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: [6.0.x, 7.0.x, 8.0.x, 9.0.x] + dotnet-version: | + 6.0.x + 7.0.x + 8.0.x + 9.0.x - name: Restore dependencies run: dotnet restore - name: Build run: dotnet build --no-restore /p:TreatWarningsAsErrors=false - name: Test - run: dotnet test --no-build --verbosity normal \ No newline at end of file + run: dotnet test --no-build --verbosity normal