]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
test: test wheel packages using PostgreSQL 14
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 14 Jun 2022 15:31:52 +0000 (17:31 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 14 Jun 2022 22:56:07 +0000 (00:56 +0200)
Now all built packages support SCRAM authentication.

.github/workflows/packages.yml

index 2297f1357739b22d9e8f0c932740cb2213ab63ee..9b5c1b07cb6f739d89aefbcc7e0c385ec1ede9da 100644 (file)
@@ -141,10 +141,7 @@ jobs:
 
     services:
       postgresql:
-        # Can update to 14 only after aarch64 will be able to build with libpq
-        # > 10 or if we reconfigure the server to use md5 instead of SCRAM
-        # authentication.
-        image: postgres:13
+        image: postgres:14
         env:
           POSTGRES_PASSWORD: password
         ports: