Skip to content

Commit

Permalink
Merge pull request #118 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 13, 2023
2 parents ff86da0 + fc44dad commit 20a60e4
Showing 1 changed file with 3 additions and 24 deletions.
27 changes: 3 additions & 24 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,35 +74,14 @@ workflows:

- bundle_and_test:
name: ruby2-7_rails6-1
ruby_version: 2.7.5
ruby_version: 2.7.7
rails_version: 6.1.3.2
- bundle_and_test:
name: ruby2-7_rails6-0
ruby_version: 2.7.5
ruby_version: 2.7.7
rails_version: 6.0.3.1
- bundle_and_test:
name: ruby2-7_rails5-2
ruby_version: 2.7.5
ruby_version: 2.7.7
rails_version: 5.2.4.3

- bundle_and_test:
name: ruby2-6_rails6-1
ruby_version: 2.6.9
rails_version: 6.1.3.2
- bundle_and_test:
name: ruby2-6_rails6-0
ruby_version: 2.6.9
rails_version: 6.0.3.1
- bundle_and_test:
name: ruby2-6_rails5-2
ruby_version: 2.6.9
rails_version: 5.2.4.3

- bundle_and_test:
name: ruby2-5_rails6-1
ruby_version: 2.5.9
rails_version: 6.1.3.2
- bundle_and_test:
name: ruby2-5_rails6-0
ruby_version: 2.5.9
rails_version: 6.0.3.1

0 comments on commit 20a60e4

Please sign in to comment.