Skip to content

Commit

Permalink
Update build/test workflows to .net 9
Browse files Browse the repository at this point in the history
Signed-off-by: Wade Barnes <[email protected]>
  • Loading branch information
WadeBarnes committed Dec 9, 2024
1 parent b4abbfa commit 35fd9d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

strategy:
matrix:
dotnet-major-version: [8]
dotnet-major-version: [9]
dotnet-minor-version: [0]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

strategy:
matrix:
dotnet-major-version: [8]
dotnet-major-version: [9]
dotnet-minor-version: [0]

steps:
Expand Down

0 comments on commit 35fd9d3

Please sign in to comment.