From 5b2b875e3d931b6d4a61c94edcfe5f9060a98069 Mon Sep 17 00:00:00 2001 From: "Jeremy D. Miller" Date: Wed, 22 Nov 2023 14:24:12 -0600 Subject: [PATCH] tweaking github builds --- azure-pipelines.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 846b4fc288..f630e6fa3f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -38,15 +38,6 @@ jobs: vmImage: 'ubuntu-latest' strategy: matrix: - pg9_6: - postgresService: pg9_6 - serializer: Newtonsoft - pg10: - postgresService: pg10 - serializer: Newtonsoft - pg11: - postgresService: pg11 - serializer: Newtonsoft pg12: postgresService: pg12 serializer: Newtonsoft