Skip to content

Commit

Permalink
upgrade Ruby and Postgres in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SebouChu committed Jan 18, 2024
1 parent 22b57ed commit db755e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ version: 2
jobs:
build:
docker:
- image: cimg/ruby:3.1.4-node
- image: cimg/ruby:3.3.0-node
environment:
RAILS_ENV: test
RACK_ENV: test
PGHOST: localhost
PGUSER: osuny
- image: cimg/postgres:14.4
- image: cimg/postgres:14.10
environment:
POSTGRES_PASSWORD: ""
POSTGRES_USER: osuny
Expand Down

0 comments on commit db755e7

Please sign in to comment.