|
|
@ -139,9 +139,10 @@ jobs: |
|
|
|
docker: |
|
|
|
- image: circleci/ruby:2.7-buster-node |
|
|
|
environment: *ruby_environment |
|
|
|
- image: circleci/postgres:10.6-alpine |
|
|
|
- image: circleci/postgres:12.2 |
|
|
|
environment: |
|
|
|
POSTGRES_USER: root |
|
|
|
POSTGRES_HOST_AUTH_METHOD: trust |
|
|
|
- image: circleci/redis:5-alpine |
|
|
|
steps: |
|
|
|
- *attach_workspace |
|
|
@ -158,9 +159,10 @@ jobs: |
|
|
|
docker: |
|
|
|
- image: circleci/ruby:2.7-buster-node |
|
|
|
environment: *ruby_environment |
|
|
|
- image: circleci/postgres:10.6-alpine |
|
|
|
- image: circleci/postgres:12.2 |
|
|
|
environment: |
|
|
|
POSTGRES_USER: root |
|
|
|
POSTGRES_HOST_AUTH_METHOD: trust |
|
|
|
- image: circleci/redis:5-alpine |
|
|
|
<<: *test_steps |
|
|
|
|
|
|
@ -169,9 +171,10 @@ jobs: |
|
|
|
docker: |
|
|
|
- image: circleci/ruby:2.6-buster-node |
|
|
|
environment: *ruby_environment |
|
|
|
- image: circleci/postgres:10.6-alpine |
|
|
|
- image: circleci/postgres:12.2 |
|
|
|
environment: |
|
|
|
POSTGRES_USER: root |
|
|
|
POSTGRES_HOST_AUTH_METHOD: trust |
|
|
|
- image: circleci/redis:5-alpine |
|
|
|
<<: *test_steps |
|
|
|
|
|
|
@ -180,9 +183,10 @@ jobs: |
|
|
|
docker: |
|
|
|
- image: circleci/ruby:2.5-buster-node |
|
|
|
environment: *ruby_environment |
|
|
|
- image: circleci/postgres:10.6-alpine |
|
|
|
- image: circleci/postgres:12.2 |
|
|
|
environment: |
|
|
|
POSTGRES_USER: root |
|
|
|
POSTGRES_HOST_AUTH_METHOD: trust |
|
|
|
- image: circleci/redis:5-alpine |
|
|
|
<<: *test_steps |
|
|
|
|
|
|
|