Only use net6.0
This commit is contained in:
parent
3163c087f0
commit
3d578118b3
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -13,7 +13,10 @@ jobs:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
dotnet-version: [ "6.0", "7.0", "8.0" ]
|
dotnet-version:
|
||||||
|
- "6.0"
|
||||||
|
# - "7.0"
|
||||||
|
# - "8.0"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user