Skip to content

Commit

Permalink
Merge pull request #45 from jrgriffiniii/issues-43-jrgriffiniii-ruby-2.7
Browse files Browse the repository at this point in the history
Adding Ruby 2.7.z and Rails 6.y.z releases to the CircleCI build configuration
  • Loading branch information
bkeese authored Jan 24, 2020
2 parents 15676e2 + de545fc commit b9fe670
Showing 1 changed file with 8 additions and 23 deletions.
31 changes: 8 additions & 23 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ jobs:
parameters:
ruby_version:
type: string
rails_version:
type: string
bundler_version:
type: string
default: 2.0.2
Expand All @@ -20,7 +18,6 @@ jobs:

environment:
COVERAGE: true
RAILS_VERSION: << parameters.rails_version >>

working_directory: ~/iiif_manifest

Expand All @@ -38,26 +35,14 @@ workflows:
ci:
jobs:
- test:
name: "ruby2-6_rails5-2"
ruby_version: "2.6.3"
rails_version: "5.2.3"
- test:
name: "ruby2-5_rails5-2"
ruby_version: "2.5.5"
rails_version: "5.2.3"
- test:
name: "ruby2-4_rails5-2"
ruby_version: "2.4.6"
rails_version: "5.2.3"
name: "ruby2-7"
ruby_version: "2.7.0"
- test:
name: "ruby2-6_rails5-1"
ruby_version: "2.6.3"
rails_version: "5.1.7"
name: "ruby2-6"
ruby_version: "2.6.5"
- test:
name: "ruby2-5_rails5-1"
ruby_version: "2.5.5"
rails_version: "5.1.7"
name: "ruby2-5"
ruby_version: "2.5.7"
- test:
name: "ruby2-4_rails5-1"
ruby_version: "2.4.6"
rails_version: "5.1.7"
name: "ruby2-4"
ruby_version: "2.4.9"

0 comments on commit b9fe670

Please sign in to comment.