Skip to content

Commit

Permalink
Upgrade to matrix build
Browse files Browse the repository at this point in the history
  • Loading branch information
gerwinjansen committed Sep 21, 2023
1 parent 4b4006e commit 9ca0e01
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/dotnet-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,17 @@ on:

jobs:
repro-with-latest-version-and-dotnet-6:
strategy:
matrix:
dotnet-coverage-version: ['17.1.2', '17.2.0', '17.8.6']
dotnet-version: ['6.0.414', '7.0.401', '8.0.100-rc.1.23463.5']
runs-on: [ ubuntu-latest ]

steps:
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6
dotnet-quality: 'ga'
dotnet-version: ${{ matrix.dotnet-version }}

- name: install GDB
run: |
Expand All @@ -23,7 +26,7 @@ jobs:
- name: Install dotnet-coverage
run: |
dotnet tool update dotnet-coverage --tool-path ./coverage
dotnet tool update dotnet-coverage --version ${{ matrix.dotnet-coverage-version }} --tool-path ./coverage
- name: Enable core dumps
run: |
Expand Down

0 comments on commit 9ca0e01

Please sign in to comment.