Skip to content

Commit a8f5cfd

Browse files
committed
(build) enable .net4.8 tests
1 parent 8366bad commit a8f5cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
strategy:
130130
matrix:
131131
os: [windows-latest, ubuntu-latest, macos-latest]
132-
targetFramework: [net5.0, net6.0, netcoreapp3.1]
132+
targetFramework: [net48, net5.0, net6.0, netcoreapp3.1]
133133
fail-fast: false
134134

135135
steps:

0 commit comments

Comments
 (0)