Only use net6.0

This commit is contained in:
Daniel J. Summers 2024-03-23 18:41:45 -04:00 committed by GitHub
parent 3163c087f0
commit 3d578118b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,10 @@ jobs:
strategy:
matrix:
dotnet-version: [ "6.0", "7.0", "8.0" ]
dotnet-version:
- "6.0"
# - "7.0"
# - "8.0"
services:
postgres: