Skip to content

Commit 18cabfd

Browse files
committed
Bump CircleCI dependencies
1 parent c513976 commit 18cabfd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
version: 2.1
22
orbs:
3-
ruby: circleci/ruby@1.8.0
3+
ruby: circleci/ruby@2.1.0
44

55
executors:
66
default:
77
docker:
8-
- image: cimg/ruby:3.2.1
9-
- image: cimg/postgres:14.2
8+
- image: cimg/ruby:3.2.2
9+
- image: cimg/postgres:16.0
1010
environment:
1111
POSTGRES_USER: circleci
1212
POSTGRES_DB: dummy_test

0 commit comments

Comments
 (0)