Update config.yml (#13379)
This commit is contained in:
		
							parent
							
								
									51f2315248
								
							
						
					
					
						commit
						ae7e3f0933
					
				
					 1 changed files with 8 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -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
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue