|
14 | 14 | strategy: |
15 | 15 | matrix: |
16 | 16 | go-version: ["1.24", "1.25"] |
17 | | - pg-version: [13, 14, 15, 16, 17, cockroachdb] |
| 17 | + pg-version: [14, 15, 16, 17, 18, cockroachdb] |
18 | 18 | include: |
19 | | - - pg-version: 13 |
| 19 | + - pg-version: 14 |
20 | 20 | pgx-test-database: "host=127.0.0.1 user=pgx_md5 password=secret dbname=pgx_test" |
21 | 21 | pgx-test-unix-socket-conn-string: "host=/var/run/postgresql dbname=pgx_test" |
22 | 22 | pgx-test-tcp-conn-string: "host=127.0.0.1 user=pgx_md5 password=secret dbname=pgx_test" |
|
26 | 26 | pgx-test-tls-conn-string: "host=localhost user=pgx_ssl password=secret sslmode=verify-full sslrootcert=/tmp/ca.pem dbname=pgx_test" |
27 | 27 | pgx-ssl-password: certpw |
28 | 28 | pgx-test-tls-client-conn-string: "host=localhost user=pgx_sslcert sslmode=verify-full sslrootcert=/tmp/ca.pem sslcert=/tmp/pgx_sslcert.crt sslkey=/tmp/pgx_sslcert.key dbname=pgx_test" |
29 | | - - pg-version: 14 |
| 29 | + - pg-version: 15 |
30 | 30 | pgx-test-database: "host=127.0.0.1 user=pgx_md5 password=secret dbname=pgx_test" |
31 | 31 | pgx-test-unix-socket-conn-string: "host=/var/run/postgresql dbname=pgx_test" |
32 | 32 | pgx-test-tcp-conn-string: "host=127.0.0.1 user=pgx_md5 password=secret dbname=pgx_test" |
|
36 | 36 | pgx-test-tls-conn-string: "host=localhost user=pgx_ssl password=secret sslmode=verify-full sslrootcert=/tmp/ca.pem dbname=pgx_test" |
37 | 37 | pgx-ssl-password: certpw |
38 | 38 | pgx-test-tls-client-conn-string: "host=localhost user=pgx_sslcert sslmode=verify-full sslrootcert=/tmp/ca.pem sslcert=/tmp/pgx_sslcert.crt sslkey=/tmp/pgx_sslcert.key dbname=pgx_test" |
39 | | - - pg-version: 15 |
| 39 | + - pg-version: 16 |
40 | 40 | pgx-test-database: "host=127.0.0.1 user=pgx_md5 password=secret dbname=pgx_test" |
41 | 41 | pgx-test-unix-socket-conn-string: "host=/var/run/postgresql dbname=pgx_test" |
42 | 42 | pgx-test-tcp-conn-string: "host=127.0.0.1 user=pgx_md5 password=secret dbname=pgx_test" |
|
46 | 46 | pgx-test-tls-conn-string: "host=localhost user=pgx_ssl password=secret sslmode=verify-full sslrootcert=/tmp/ca.pem dbname=pgx_test" |
47 | 47 | pgx-ssl-password: certpw |
48 | 48 | pgx-test-tls-client-conn-string: "host=localhost user=pgx_sslcert sslmode=verify-full sslrootcert=/tmp/ca.pem sslcert=/tmp/pgx_sslcert.crt sslkey=/tmp/pgx_sslcert.key dbname=pgx_test" |
49 | | - - pg-version: 16 |
| 49 | + - pg-version: 17 |
50 | 50 | pgx-test-database: "host=127.0.0.1 user=pgx_md5 password=secret dbname=pgx_test" |
51 | 51 | pgx-test-unix-socket-conn-string: "host=/var/run/postgresql dbname=pgx_test" |
52 | 52 | pgx-test-tcp-conn-string: "host=127.0.0.1 user=pgx_md5 password=secret dbname=pgx_test" |
|
56 | 56 | pgx-test-tls-conn-string: "host=localhost user=pgx_ssl password=secret sslmode=verify-full sslrootcert=/tmp/ca.pem dbname=pgx_test" |
57 | 57 | pgx-ssl-password: certpw |
58 | 58 | pgx-test-tls-client-conn-string: "host=localhost user=pgx_sslcert sslmode=verify-full sslrootcert=/tmp/ca.pem sslcert=/tmp/pgx_sslcert.crt sslkey=/tmp/pgx_sslcert.key dbname=pgx_test" |
59 | | - - pg-version: 17 |
| 59 | + - pg-version: 18 |
60 | 60 | pgx-test-database: "host=127.0.0.1 user=pgx_md5 password=secret dbname=pgx_test" |
61 | 61 | pgx-test-unix-socket-conn-string: "host=/var/run/postgresql dbname=pgx_test" |
62 | 62 | pgx-test-tcp-conn-string: "host=127.0.0.1 user=pgx_md5 password=secret dbname=pgx_test" |
|
0 commit comments