Skip to content

Commit

Permalink
Update reusable.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-machado committed Apr 19, 2024
1 parent ccb9de6 commit 3cc7d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3cc7d6a

Please sign in to comment.