Skip to content

Commit

Permalink
update other workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
aspriddell committed Nov 21, 2024
1 parent c79d5cf commit e25e82a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/codequality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
dotnet-version: |
6.0.x
8.0.x
9.0.x
- name: Restore Tools
run: dotnet tool restore
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
dotnet-version: |
8.0.x
9.0.x
- name: Build
run: dotnet build -c Release
Expand Down

0 comments on commit e25e82a

Please sign in to comment.