Skip to content

Commit

Permalink
💚 Install multiple versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Marthijn van den Heuvel committed Dec 18, 2024
1 parent 98e4462 commit aad8bb6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,14 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Setup dotnet
- name: Setup dotnet 8.x
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ matrix.dotnet-version }}
dotnet-version: 8.x
- name: Setup dotnet 9.x
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.x
- name: Install dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit aad8bb6

Please sign in to comment.