Skip to content

Commit

Permalink
Add strategy back to the workflow (#3893)
Browse files Browse the repository at this point in the history
  • Loading branch information
utpilla authored Nov 11, 2022
1 parent ddcff7d commit 3919a2a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci-md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ on:

jobs:
build-test:
strategy:
matrix:
os: [ windows-latest, ubuntu-latest ]
version: [ net462, net6.0, net7.0 ]
exclude:
- os: ubuntu-latest
version: net462

runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 3919a2a

Please sign in to comment.