Skip to content

Commit

Permalink
Updated constraint def
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl authored Mar 8, 2024
1 parent b9d8c33 commit dbb5abb
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ 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'
dotnet-version: |
5.0.x
6.0.x
7.0.x
8.0.x
- name: Build
run: ./build.sh
Expand All @@ -32,10 +33,11 @@ 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'
dotnet-version: |
5.0.x
6.0.x
7.0.x
8.0.x
- name: Build
run: |
Expand Down

0 comments on commit dbb5abb

Please sign in to comment.