mirror of https://github.com/jackc/pgx.git
Fight with CI some more
parent
1f0fd66623
commit
6e77e0a09d
|
@ -18,6 +18,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: [1.18]
|
go-version: [1.18]
|
||||||
|
pg-version: [10, 11, 12, 13, 14]
|
||||||
include:
|
include:
|
||||||
- pg-version: 10
|
- pg-version: 10
|
||||||
pgx-test-database: "host=127.0.0.1 user=pgx_md5 password=secret dbname=pgx_test"
|
pgx-test-database: "host=127.0.0.1 user=pgx_md5 password=secret dbname=pgx_test"
|
||||||
|
|
Loading…
Reference in New Issue