Skip to content

Commit

Permalink
11.9
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-yuen committed Aug 5, 2021
1 parent 4fccd93 commit 0b53386
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -8,7 +8,7 @@ executors:
environment:
JAVA_TOOL_OPTIONS: -Xmx512m # Nothing to do with surefire plugin, it has its own JVM. The two of these plus ES (1.3 GB) must add up to a bit less than 6GB.
PGHOST: 127.0.0.1
- image: circleci/postgres:11.10
- image: circleci/postgres:11.9
command: postgres -c max_connections=200
environment:
POSTGRES_USER: postgres
Expand Down Expand Up @@ -216,7 +216,7 @@ jobs:
- image: cimg/openjdk:11.0.10
environment:
PGHOST: 127.0.0.1
- image: circleci/postgres:11.8
- image: circleci/postgres:11.9
environment:
POSTGRES_USER: postgres
POSTGRES_DB: postgres
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -42,7 +42,7 @@ services:
# networks:
# - elastic
postgres_db:
image: postgres:11.10
image: postgres:11.9
container_name: postgres1
environment:
- POSTGRES_HOST_AUTH_METHOD=trust
Expand Down

0 comments on commit 0b53386

Please sign in to comment.