Skip to content

Commit eaa53f0

Browse files
ci: Remove netcoreapp3.1 and net5.0 from ci pipeline
1 parent 8bd225f commit eaa53f0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 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', 'net5.0', 'net6.0', 'net7.0' ]
16+
dotnet: [ 'net6.0', 'net7.0' ]
1717
steps:
1818
- name: Checkout code base
1919
uses: actions/checkout@v2
@@ -29,8 +29,8 @@ jobs:
2929
runs-on: windows-latest
3030
name: Building
3131
strategy:
32-
matrix:
33-
dotnet: [ 'netcoreapp3.1', 'net5.0', 'net6.0', 'net7.0' ]
32+
matrix:
33+
dotnet: [ 'net6.0', 'net7.0' ]
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', 'net5.0', 'net6.0', 'net7.0' ]
15+
dotnet: [ 'net6.0', 'net7.0' ]
1616
steps:
1717
- name: Checkout code base
1818
uses: actions/checkout@v2

0 commit comments

Comments
 (0)