Upgrade test postgres to 12.1

This commit is contained in:
Steven Fackler 2019-12-04 16:52:20 -08:00
parent ed8fb9e8e7
commit ac4c63f4af

View File

@ -25,7 +25,7 @@ jobs:
- image: rust:1.39.0
environment:
RUSTFLAGS: -D warnings
- image: sfackler/rust-postgres-test:5
- image: sfackler/rust-postgres-test:6
steps:
- checkout
- run: rustup component add rustfmt clippy