Skip to content

Commit

Permalink
Bump CircleCI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ksylvest committed Oct 20, 2023
1 parent 8e1da87 commit 504aad7
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
@@ -1,12 +1,12 @@
version: 2.1
orbs:
ruby: circleci/ruby@1.8.0
ruby: circleci/ruby@2.1.0

executors:
default:
docker:
- image: cimg/ruby:3.2.1
- image: cimg/postgres:14.2
- image: cimg/ruby:3.2.2
- image: cimg/postgres:16.0
environment:
POSTGRES_USER: circleci
POSTGRES_DB: dummy_test
Expand Down

0 comments on commit 504aad7

Please sign in to comment.