Skip to content

Commit

Permalink
GitTools#2964 - disable tests for .net48
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Oct 26, 2022
1 parent 21c34fb commit 8c6175c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,13 @@ jobs:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
targetFramework: [net48, net5.0, net6.0, netcoreapp3.1]
exclude:
-
os: 'ubuntu-latest'
targetFramework: net48
-
os: 'macos-latest'
targetFramework: net48
fail-fast: false

steps:
Expand Down

0 comments on commit 8c6175c

Please sign in to comment.