Skip to content

Commit

Permalink
Drop Rails 6.0.x support
Browse files Browse the repository at this point in the history
This will enable us to support Blacklight 8.0, which does not support Rails 6.0

See projectblacklight/blacklight#2750
  • Loading branch information
jcoyne committed Oct 11, 2022
1 parent f3f7f47 commit 6092e6f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
rails_version: [6.1.7, 7.0.4]
ruby: [2.7, '3.0']
include:
- rails_version: 6.0.6
ruby: 2.7
- rails_version: 7.0.4
ruby: 3.1
env:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A Rails engine supporting discovery of archival materials, based on [Blacklight]
## Requirements

* [Ruby](https://www.ruby-lang.org/en/) 2.7 or later
* [Rails](http://rubyonrails.org) 6.0 or later
* [Rails](http://rubyonrails.org) 6.1 or later
* Solr 8.1 or later

## Installation
Expand Down

0 comments on commit 6092e6f

Please sign in to comment.