Skip to content
This repository has been archived by the owner on Jun 16, 2020. It is now read-only.

Commit

Permalink
Test in Ruby 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed May 6, 2020
1 parent 6eeaa9b commit 61b91cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Expand Up @@ -34,9 +34,9 @@ commands:
command: gem build *.gemspec

jobs:
ruby_2_5:
ruby_2_4:
docker:
- image: circleci/ruby:2.5
- image: circleci/ruby:2.4
- image: circleci/postgres:9.5-alpine
environment:
POSTGRES_USER: postgres
Expand Down Expand Up @@ -71,7 +71,7 @@ workflows:
version: 2
rspecs:
jobs:
- ruby_2_5
- ruby_2_4
- lint:
context: org-global
filters:
Expand All @@ -80,6 +80,6 @@ workflows:
- publish_gem:
context: org-global
requires:
- ruby_2_5
- ruby_2_4
filters:
branches: { only: master }

0 comments on commit 61b91cc

Please sign in to comment.