Skip to content

Commit

Permalink
Update Circle CI Ruby Versions; 2.4.6, 2.6.3
Browse files Browse the repository at this point in the history
Re: maintenance#20
  • Loading branch information
botimer committed Aug 1, 2019
1 parent 09234b5 commit 4d84c3b
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .circleci/config.yml
Expand Up @@ -6,12 +6,11 @@ jobs:
parameters:
ruby_version:
type: string
default: 2.5.5
project:
type: string
bundler_version:
type: string
default: '2.0.1'
default: 2.0.1
executor:
name: 'samvera/ruby_fcrepo_solr'
ruby_version: << parameters.ruby_version >>
Expand Down Expand Up @@ -50,14 +49,14 @@ workflows:
ci:
jobs:
- bundle_lint_test:
ruby_version: "2.4.5"
name: "ruby2-4-5"
project: 'hydra-derivatives'
name: ruby2-4-6
ruby_version: 2.4.6
project: hydra-derivatives
- bundle_lint_test:
ruby_version: "2.5.5"
name: "ruby2-5-5"
project: 'hydra-derivatives'
name: ruby2-5-5
ruby_version: 2.5.5
project: hydra-derivatives
- bundle_lint_test:
ruby_version: "2.6.2"
name: "ruby2-6-2"
project: 'hydra-derivatives'
name: ruby2-6-3
ruby_version: 2.6.3
project: hydra-derivatives

0 comments on commit 4d84c3b

Please sign in to comment.