Skip to content

Commit

Permalink
Updating support for Ruby 2.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgriffiniii committed Dec 28, 2022
1 parent 2bf7dd9 commit d4f37da
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 d4f37da

Please sign in to comment.