Browse Source

changed postgres version

main
Galimede 6 years ago
parent
commit
008490ba03
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -31,7 +31,7 @@ jobs:
test_e2e:
docker:
- image: cimg/node:14.10.1
- image: postgres:9.6-jessie
- image: postgres:13-alpine
environment:
POSTGRES_USER: e2e
POSTGRES_DB: psdb

Loading…
Cancel
Save