Update CircleCI config

This commit is contained in:
Eugene Burmakin 2025-01-29 11:57:53 +01:00
parent 3139d28971
commit e99e105ab8

View file

@ -10,15 +10,11 @@ jobs:
- image: cimg/ruby:3.3.4
environment:
RAILS_ENV: test
- image: cimg/postgres:14.0-postgis
- image: cimg/postgres:13.3-postgis
environment:
POSTGRES_USER: postgres
POSTGRES_DB: test_database
POSTGRES_PASSWORD: mysecretpassword
POSTGRES_INITDB_ARGS: --enable-debug --data-checksums --encoding=UTF8 --lc-collate=C --lc-ctype=C
command: |
apt-get update
apt-get install -y postgis postgresql-14-postgis-3
- image: redis:7.0
steps: