Skip to content

Commit

Permalink
Update CI to use .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroservienti authored Apr 19, 2024
1 parent 8a6dc21 commit d76a49f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ jobs:
- name: Setup .NET SDK
uses: actions/[email protected]
with:
dotnet-version: |
7.0.x
6.0.x
dotnet-version: 8.0.x
- name: Build
run: dotnet build src --configuration Release
- name: Tests
Expand All @@ -51,10 +49,10 @@ jobs:
if: startsWith(github.ref, 'refs/tags')
runs-on: ubuntu-20.04
steps:
- name: Setup .NET 6
- name: Setup .NET
uses: actions/[email protected]
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x
- name: Download artifacts
uses: actions/[email protected]
with:
Expand Down

0 comments on commit d76a49f

Please sign in to comment.