Skip to content

Commit

Permalink
Merge pull request #215 from samvera/ruby-277-jrgriffiniii
Browse files Browse the repository at this point in the history
Updating support for Ruby 2.7.7
  • Loading branch information
cjcolvar authored Jan 25, 2023
2 parents 2bf7dd9 + d4f37da commit dcdae8b
Showing 1 changed file with 9 additions and 21 deletions.
30 changes: 9 additions & 21 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,23 +56,15 @@ workflows:
jobs:
- bundle_lint_test:
name: bundle_ruby2-7_rails6-1
ruby_version: 2.7.5
ruby_version: 2.7.7
rails_version: 6.1.6.1
- bundle_lint_test:
name: bundle_ruby2-7_rails6-0
ruby_version: 2.7.5
ruby_version: 2.7.7
rails_version: 6.0.3.4
- bundle_lint_test:
name: bundle_ruby2-7_rails5-2
ruby_version: 2.7.5
rails_version: 5.2.3
- bundle_lint_test:
name: bundle_ruby2-6_rails6-0
ruby_version: 2.6.9
rails_version: 6.0.3.4
- bundle_lint_test:
name: bundle_ruby2-6_rails5-2
ruby_version: 2.6.9
ruby_version: 2.7.7
rails_version: 5.2.3

nightly:
Expand All @@ -84,20 +76,16 @@ workflows:
only:
- main
jobs:
- bundle_lint_test:
name: bundle_ruby2-7_rails6-1
ruby_version: 2.7.7
rails_version: 6.1.6.1
- bundle_lint_test:
name: bundle_ruby2-7_rails6-0
ruby_version: 2.7.5
ruby_version: 2.7.7
rails_version: 6.0.3.4
- bundle_lint_test:
name: bundle_ruby2-7_rails5-2
ruby_version: 2.7.5
rails_version: 5.2.3
- bundle_lint_test:
name: bundle_ruby2-6_rails6-0
ruby_version: 2.6.9
rails_version: 6.0.3.4
- bundle_lint_test:
name: bundle_ruby2-6_rails5-2
ruby_version: 2.6.9
ruby_version: 2.7.7
rails_version: 5.2.3

0 comments on commit dcdae8b

Please sign in to comment.