From 3d578118b3a3922d9dc9400a23838e9d9dd54dd5 Mon Sep 17 00:00:00 2001 From: "Daniel J. Summers" Date: Sat, 23 Mar 2024 18:41:45 -0400 Subject: [PATCH] Only use net6.0 --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f9492e..e348191 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: