Skip to content

Commit

Permalink
chore(dotnet): update workflow (6.x and 8.x versions)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiAndreiev committed Oct 24, 2024
1 parent 29b0ab0 commit 44f5e1c
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,21 @@ jobs:
if: always()
run: docker compose down

build:
build-dotnet:
runs-on: ubuntu-latest
defaults:
run:
working-directory: packages/dotnet

strategy:
matrix:
dotnet-version:
- 6.x
- 8.x

steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
# with:
# dotnet-version: '3.1.x' # SDK Version to use; x will use the latest version of the 3.1 channel
with:
dotnet-version: ${{ matrix.dotnet-version }}
- run: make build

0 comments on commit 44f5e1c

Please sign in to comment.