Skip to content

Commit 846830a

Browse files
committed
Updates ruby and postgres versions
1 parent e56db29 commit 846830a

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
@@ -2,12 +2,12 @@ version: 2
22
jobs:
33
test:
44
docker:
5-
- image: circleci/ruby:2.6.3
5+
- image: circleci/ruby:2.7.1
66
environment:
77
RAILS_ENV: test
88
PGHOST: 127.0.0.1
99
PGUSER: root
10-
- image: circleci/postgres:9.6
10+
- image: circleci/postgres:12.4
1111
environment:
1212
POSTGRES_USER: root
1313
POSTGRES_DB: expiration_test
@@ -39,7 +39,7 @@ jobs:
3939
command: bundle exec rspec spec --format progress
4040
rubocop:
4141
docker:
42-
- image: circleci/ruby:2.6.3
42+
- image: circleci/ruby:2.7.1
4343
steps:
4444
- checkout
4545
- restore_cache:

0 commit comments

Comments
 (0)