Skip to content

Commit

Permalink
Merge pull request #294 from samvera/jul19-ruby-versions
Browse files Browse the repository at this point in the history
Tidy up CircleCI / README regarding Ruby/Rails versions
  • Loading branch information
jrgriffiniii authored Jul 31, 2019
2 parents 779f7fd + af11180 commit 25804ca
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
11 changes: 7 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
default: 2.6.3
rails_version:
type: string
default: '5.2.3'
default: 5.2.3
bundler_version:
type: string
default: '2.0.1'
default: 2.0.1
executor:
name: 'samvera/ruby'
ruby_version: << parameters.ruby_version >>
Expand Down Expand Up @@ -49,21 +49,24 @@ workflows:
jobs:
- build:
name: "ruby2-6_rails5-2"
ruby_version: 2.6.3
# ruby_version: default from above
# rails_version: default from above
- build:
name: "ruby2-6_rails5-1"
ruby_version: 2.6.3
# ruby_version: default from above
rails_version: 5.1.7
- build:
name: "ruby2-5_rails5-2"
ruby_version: 2.5.5
# rails_version: default from above
- build:
name: "ruby2-5_rails5-1"
ruby_version: 2.5.5
rails_version: 5.1.7
- build:
name: "ruby2-4_rails5-2"
ruby_version: 2.4.6
# rails_version: default from above
- build:
name: "ruby2-4_rails5-1"
ruby_version: 2.4.6
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ what this means can be found

## Supported Ruby Releases
Currently, the following releases of Ruby are supported:
- 2.6.1
- 2.5.3
- 2.4.5
- 2.6.3
- 2.5.5
- 2.4.6

## Supported Rails Releases
The supported Rail releases follow those specified by [the security policy of the Rails Community](https://rubyonrails.org/security/). As is the case with the supported Ruby releases, it is recommended that one upgrades from any Rails release no longer receiving security updates.
- 5.2.2
- 5.1.6.1
- 5.2.3
- 5.1.7

## Installation

Expand Down

0 comments on commit 25804ca

Please sign in to comment.