Skip to content

Commit aa8558d

Browse files
committed
Remove old dotnet versions
1 parent aac1641 commit aa8558d

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ jobs:
66
strategy:
77
matrix:
88
dotnet-version:
9-
- '2.2'
10-
- '3.0'
11-
- '3.1'
12-
- '5.0'
139
- '6.0'
1410
- '7.0'
1511
- '8.0'
@@ -21,16 +17,6 @@ jobs:
2117
uses: actions/setup-dotnet@v4
2218
with:
2319
dotnet-version: ${{ matrix.dotnet-version }}
24-
- name: Install SSL dependencies (for older .NET versions)
25-
if: matrix.dotnet-version == '2.2' || matrix.dotnet-version == '3.0' || matrix.dotnet-version == '3.1' || matrix.dotnet-version == '5.0'
26-
run: |
27-
sudo apt-get update
28-
sudo apt-get install -y libssl1.1
29-
- name: Set SSL environment variables (for older .NET versions)
30-
if: matrix.dotnet-version == '2.2' || matrix.dotnet-version == '3.0' || matrix.dotnet-version == '3.1' || matrix.dotnet-version == '5.0'
31-
run: |
32-
echo "DOTNET_SYSTEM_NET_HTTP_USESOCKETSHTTPHANDLER=0" >> $GITHUB_ENV
33-
echo "DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1" >> $GITHUB_ENV
3420
- name: Restore dependencies
3521
run: dotnet restore
3622
- name: Run tests

0 commit comments

Comments
 (0)