mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 17:21:38 -05:00
Change the Postgres version to 13.3
This commit is contained in:
parent
3b89a9462b
commit
17d3cd3eab
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ jobs:
|
|||
- image: cimg/ruby:3.2.3
|
||||
environment:
|
||||
RAILS_ENV: test
|
||||
- image: circleci/postgres:14.0
|
||||
- image: circleci/postgres:13.3
|
||||
environment:
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_DB: test_database
|
||||
|
|
|
|||
Loading…
Reference in a new issue