Skip to content

Commit

Permalink
chore(ci): install both .NET 7 and .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
undrcrxwn committed Feb 24, 2024
1 parent ea72195 commit 2f9c293
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.x
- name: ⚙️ Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: |
7.0.x
8.0.x
- name: ⚒ Build solution
run: dotnet build
- name: ⚙️ Install Swashbuckle.AspNetCore.Cli
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
- name: ⚙️ Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
dotnet-version: |
7.0.x
8.0.x
- name: 📥 Restore dependencies
run: dotnet restore
- name: ⚒ Build solution
Expand Down

0 comments on commit 2f9c293

Please sign in to comment.