Skip to content

Commit

Permalink
Update CircleCI Ruby and Rails versions
Browse files Browse the repository at this point in the history
  • Loading branch information
botimer committed Aug 2, 2019
1 parent 5a5bb22 commit b2f14d2
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ jobs:
parameters:
ruby_version:
type: string
default: 2.5.5
bundler_version:
type: string
default: 2.0.1
Expand All @@ -28,11 +27,11 @@ workflows:
ci:
jobs:
- bundle_and_test:
name: "ruby2-6-3"
ruby_version: "2.6.3"
name: ruby2-6
ruby_version: 2.6.3
- bundle_and_test:
name: "ruby2-5-5"
ruby_version: "2.5.5"
name: ruby2-5
ruby_version: 2.5.5
- bundle_and_test:
name: "ruby2-4-6"
ruby_version: "2.4.6"
name: ruby2-4
ruby_version: 2.4.6

0 comments on commit b2f14d2

Please sign in to comment.