From 1b416b36dc4a5b95b5ce4c241ca313dea05e3141 Mon Sep 17 00:00:00 2001
From: Jack Christensen <jack@jackchristensen.com>
Date: Sat, 11 Dec 2021 14:26:04 -0600
Subject: [PATCH] Finish temp removal of PG < 14 from CI

---
 .github/workflows/ci.yml | 64 ++++++++++++++++++++--------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c2a67cf6..a62d38e0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -18,38 +18,38 @@ jobs:
         pg-version: [14]
         # pg-version: [10, 11, 12, 13, 14, cockroachdb]
         include:
-          - pg-version: 10
-            pgx-test-database: postgres://pgx_md5:secret@127.0.0.1/pgx_test
-            pgx-test-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
-            pgx-test-unix-socket-conn-string: "host=/var/run/postgresql dbname=pgx_test"
-            pgx-test-tcp-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
-            pgx-test-tls-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test?sslmode=require
-            pgx-test-md5-password-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
-            pgx-test-plain-password-conn-string: postgres://pgx_pw:secret@127.0.0.1/pgx_test
-          - pg-version: 11
-            pgx-test-database: postgres://pgx_md5:secret@127.0.0.1/pgx_test
-            pgx-test-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
-            pgx-test-unix-socket-conn-string: "host=/var/run/postgresql dbname=pgx_test"
-            pgx-test-tcp-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
-            pgx-test-tls-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test?sslmode=require
-            pgx-test-md5-password-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
-            pgx-test-plain-password-conn-string: postgres://pgx_pw:secret@127.0.0.1/pgx_test
-          - pg-version: 12
-            pgx-test-database: postgres://pgx_md5:secret@127.0.0.1/pgx_test
-            pgx-test-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
-            pgx-test-unix-socket-conn-string: "host=/var/run/postgresql dbname=pgx_test"
-            pgx-test-tcp-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
-            pgx-test-tls-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test?sslmode=require
-            pgx-test-md5-password-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
-            pgx-test-plain-password-conn-string: postgres://pgx_pw:secret@127.0.0.1/pgx_test
-          - pg-version: 13
-            pgx-test-database: postgres://pgx_md5:secret@127.0.0.1/pgx_test
-            pgx-test-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
-            pgx-test-unix-socket-conn-string: "host=/var/run/postgresql dbname=pgx_test"
-            pgx-test-tcp-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
-            pgx-test-tls-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test?sslmode=require
-            pgx-test-md5-password-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
-            pgx-test-plain-password-conn-string: postgres://pgx_pw:secret@127.0.0.1/pgx_test
+          # - pg-version: 10
+          #   pgx-test-database: postgres://pgx_md5:secret@127.0.0.1/pgx_test
+          #   pgx-test-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
+          #   pgx-test-unix-socket-conn-string: "host=/var/run/postgresql dbname=pgx_test"
+          #   pgx-test-tcp-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
+          #   pgx-test-tls-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test?sslmode=require
+          #   pgx-test-md5-password-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
+          #   pgx-test-plain-password-conn-string: postgres://pgx_pw:secret@127.0.0.1/pgx_test
+          # - pg-version: 11
+          #   pgx-test-database: postgres://pgx_md5:secret@127.0.0.1/pgx_test
+          #   pgx-test-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
+          #   pgx-test-unix-socket-conn-string: "host=/var/run/postgresql dbname=pgx_test"
+          #   pgx-test-tcp-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
+          #   pgx-test-tls-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test?sslmode=require
+          #   pgx-test-md5-password-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
+          #   pgx-test-plain-password-conn-string: postgres://pgx_pw:secret@127.0.0.1/pgx_test
+          # - pg-version: 12
+          #   pgx-test-database: postgres://pgx_md5:secret@127.0.0.1/pgx_test
+          #   pgx-test-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
+          #   pgx-test-unix-socket-conn-string: "host=/var/run/postgresql dbname=pgx_test"
+          #   pgx-test-tcp-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
+          #   pgx-test-tls-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test?sslmode=require
+          #   pgx-test-md5-password-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
+          #   pgx-test-plain-password-conn-string: postgres://pgx_pw:secret@127.0.0.1/pgx_test
+          # - pg-version: 13
+          #   pgx-test-database: postgres://pgx_md5:secret@127.0.0.1/pgx_test
+          #   pgx-test-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
+          #   pgx-test-unix-socket-conn-string: "host=/var/run/postgresql dbname=pgx_test"
+          #   pgx-test-tcp-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
+          #   pgx-test-tls-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test?sslmode=require
+          #   pgx-test-md5-password-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
+          #   pgx-test-plain-password-conn-string: postgres://pgx_pw:secret@127.0.0.1/pgx_test
           - pg-version: 14
             pgx-test-database: postgres://pgx_md5:secret@127.0.0.1/pgx_test
             pgx-test-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test