mirror of https://github.com/jackc/pgx.git
Remove unused pg-version matrix
parent
a2da398dff
commit
45aeaed20a
.github/workflows
|
@ -15,7 +15,6 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
go-version: [1.18]
|
||||
pg-version: [14]
|
||||
include:
|
||||
- pg-version: 10
|
||||
pgx-test-database: "host=127.0.0.1 user=pgx_md5 password=secret dbname=pgx_test"
|
||||
|
|
Loading…
Reference in New Issue