Skip to content

Commit fc2bd45

Browse files
ci: Add net462 and net48 to tests
1 parent 4d4e562 commit fc2bd45

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Testing
1414
strategy:
1515
matrix:
16-
dotnet: [ 'netcoreapp3.1', 'net6.0', 'net7.0' ]
16+
dotnet: [ 'netcoreapp3.1', 'net6.0', 'net7.0', 'net462', 'net48' ]
1717
steps:
1818
- name: Checkout code base
1919
uses: actions/checkout@v2
@@ -30,7 +30,7 @@ jobs:
3030
name: Building
3131
strategy:
3232
matrix:
33-
dotnet: [ 'netcoreapp3.1', 'net6.0', 'net7.0' ]
33+
dotnet: [ 'netcoreapp3.1', 'net6.0', 'net7.0', 'net462', 'net48' ]
3434
steps:
3535
- name: Checkout code base
3636
uses: actions/checkout@v2

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Testing
1313
strategy:
1414
matrix:
15-
dotnet: [ 'netcoreapp3.1', 'net6.0', 'net7.0' ]
15+
dotnet: [ 'netcoreapp3.1', 'net6.0', 'net7.0', 'net462', 'net48' ]
1616
steps:
1717
- name: Checkout code base
1818
uses: actions/checkout@v2

0 commit comments

Comments
 (0)