Skip to content

Commit

Permalink
Merge pull request #965 from adamralph/upload-net8
Browse files Browse the repository at this point in the history
switch CI upload to net8 job
  • Loading branch information
adamralph authored Jan 15, 2024
2 parents 3c03363 + b23eb30 commit be234e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ jobs:
sdk-major-minor: "6.0"
- job:
os: ubuntu-22.04
upload: true
tests:
framework: net7.0
sdk: "7.0.404"
sdk-major-minor: "7.0"
- job:
os: ubuntu-22.04
upload: true
tests:
framework: net8.0
sdk: "8.0.100"
Expand Down

0 comments on commit be234e5

Please sign in to comment.