Change the Postgres version to 13.3

This commit is contained in:
Eugene Burmakin 2024-08-20 22:24:17 +02:00
parent 3b89a9462b
commit 17d3cd3eab

View file

@ -9,7 +9,7 @@ jobs:
- image: cimg/ruby:3.2.3 - image: cimg/ruby:3.2.3
environment: environment:
RAILS_ENV: test RAILS_ENV: test
- image: circleci/postgres:14.0 - image: circleci/postgres:13.3
environment: environment:
POSTGRES_USER: postgres POSTGRES_USER: postgres
POSTGRES_DB: test_database POSTGRES_DB: test_database