Skip to content

Remove Testing Matrix from README #384

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog
## HEAD

* Remove Testing Matrix from README [#384](https://github.com/Sorcery/sorcery/pull/384)
* Drop support for versions below Ruby 3.2 and Rails 7.1 [#383](https://github.com/Sorcery/sorcery/pull/383)
* Remove the dependency on OpenStruct in the test code [#382](https://github.com/Sorcery/sorcery/pull/382)
* Add Ruby 3.4 to CI matrix [#381](https://github.com/Sorcery/sorcery/pull/381)
Expand Down
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,6 @@ Magical Authentication for Rails. Supports ActiveRecord, DataMapper, Mongoid and

Inspired by Restful Authentication, Authlogic and Devise. Crypto code taken almost unchanged from Authlogic. OAuth code inspired by OmniAuth and Ryan Bates's Railscast about it.

### Testing Matrix

Rails | 6.1 | 7.0 | 7.1 | 7.2 | 8.0
--- | --- | --- | --- |--- |---
Ruby 3.0 | ✅ | ✅ | ✅ | 🛑 | 🛑
Ruby 3.1 | ✅ | ✅ | ✅ | ✅ | 🛑
Ruby 3.2 | 🛑 | ✅ | ✅ | ✅ | ✅
Ruby 3.3 | 🛑 | 🛑 | ✅ | ✅ | ✅
Ruby 3.4 | 🛑 | 🛑 | ✅ | ✅ | ✅

### Philosophy

Sorcery is a stripped-down, bare-bones authentication library, with which you can write your own authentication flow. It was built with a few goals in mind:
Expand Down