Skip to content

Commit d74b058

Browse files
author
Petr Sramek
committed
removed not supported ner versions
1 parent a26463e commit d74b058

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
netversion: [5, 6, 7, 8, 9]
18+
netversion: [7, 8, 9]
1919

2020
steps:
2121
- uses: actions/checkout@v3
@@ -60,7 +60,7 @@ jobs:
6060
strategy:
6161
matrix:
6262
os: [ubuntu-latest, windows-latest, macos-latest]
63-
netversion: [5, 6, 7, 8, 9]
63+
netversion: [7, 8, 9]
6464

6565
runs-on: ${{ matrix.os }}
6666

0 commit comments

Comments
 (0)