mirror of
https://github.com/ent/ent.git
synced 2026-05-22 09:31:45 +03:00
ent/circleci: set specific postgres versions (#174)
Summary: Pull Request resolved: https://github.com/facebookincubator/ent/pull/174 Integration tests are failing with latest images. Reviewed By: idoshveki Differential Revision: D18614385 fbshipit-source-id: 80239c943cbef3a3cc0227f8052b2bac8f816533
This commit is contained in:
committed by
Facebook Github Bot
parent
3c6661fce8
commit
3f76e83bcf
@@ -71,17 +71,17 @@ jobs:
|
||||
environment:
|
||||
<<: *mysql_env
|
||||
MYSQL_TCP_PORT: 3308
|
||||
- image: circleci/postgres:10
|
||||
- image: circleci/postgres:10.0
|
||||
environment:
|
||||
POSTGRES_DB: test
|
||||
POSTGRES_PASSWORD: pass
|
||||
command: -p 5430
|
||||
- image: circleci/postgres:11
|
||||
- image: circleci/postgres:11.0
|
||||
environment:
|
||||
POSTGRES_DB: test
|
||||
POSTGRES_PASSWORD: pass
|
||||
command: -p 5431
|
||||
- image: circleci/postgres:12
|
||||
- image: circleci/postgres:12.1
|
||||
environment:
|
||||
POSTGRES_DB: test
|
||||
POSTGRES_PASSWORD: pass
|
||||
|
||||
Reference in New Issue
Block a user