From 3cc7d6aad215c69dccfbc999888154a26eb9a740 Mon Sep 17 00:00:00 2001 From: Alexandre Machado Date: Fri, 19 Apr 2024 01:34:51 -0300 Subject: [PATCH] Update reusable.yml --- .github/workflows/reusable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable.yml b/.github/workflows/reusable.yml index 0a42023..9cc54a9 100644 --- a/.github/workflows/reusable.yml +++ b/.github/workflows/reusable.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - dotnet: ${{fromJson(github.event.inputs.dotnetVersions)}} + dotnet: ["6.0", "8.0"] # ${{ fromJson(github.event.inputs.dotnetVersions) }} steps: - name: Setup .NET uses: actions/setup-dotnet@v1