Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhdk authored Nov 18, 2024
1 parent 5201225 commit 4b0f4dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
fail-fast: true
matrix:
dotnet-version: ["6.0.x", "7.0.x", "8.0.x", "9.0.x"]
framework: ["net6.0", "net7.0", "net8.0", "net9.0"]
steps:
- uses: actions/checkout@v4

Expand All @@ -18,7 +19,7 @@ jobs:
dotnet-version: ${{ matrix.dotnet-version }}

- name: Build with dotnet
run: dotnet build src/Relewise.Client.Extensions/ --configuration Debug
run: dotnet build src/Relewise.Client.Extensions/ --configuration Debug --framework ${{ matrix.framework }}

- name: Unit testing
run: dotnet test

0 comments on commit 4b0f4dc

Please sign in to comment.