Skip to content

Commit

Permalink
Switch to testing against Postgres 15 (#2321)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcharlton authored Jan 27, 2023
1 parent e87c0c4 commit e0a7827
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
PGHOST: localhost
PGUSER: administrate
RAILS_ENV: test
- image: postgres:10.1-alpine
- image: cimg/postgres:15.1
environment:
POSTGRES_USER: administrate
POSTGRES_DB: ruby27
Expand All @@ -83,7 +83,7 @@ jobs:
PGHOST: localhost
PGUSER: administrate
RAILS_ENV: test
- image: postgres:10.1-alpine
- image: cimg/postgres:15.1
environment:
POSTGRES_USER: administrate
POSTGRES_DB: ruby30
Expand All @@ -103,7 +103,7 @@ jobs:
PGHOST: localhost
PGUSER: administrate
RAILS_ENV: test
- image: postgres:10.1-alpine
- image: cimg/postgres:15.1
environment:
POSTGRES_USER: administrate
POSTGRES_DB: ruby31
Expand Down

0 comments on commit e0a7827

Please sign in to comment.