Skip to content

Commit

Permalink
Multi .NET
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl authored Mar 8, 2024
1 parent 1bb2382 commit b9d8c33
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:

- uses: actions/setup-dotnet@v3
with:
dotnet-version: '5.0.x'
dotnet-version: '6.0.x'
dotnet-version: '7.0.x'
dotnet-version: '8.0.x'

- name: Build
run: ./build.sh
Expand All @@ -29,7 +32,10 @@ jobs:

- uses: actions/setup-dotnet@v3
with:
dotnet-version: '5.0.x'
dotnet-version: '6.0.x'
dotnet-version: '7.0.x'
dotnet-version: '8.0.x'

- name: Build
run: |
Expand Down

0 comments on commit b9d8c33

Please sign in to comment.