Skip to content

Commit

Permalink
Merge pull request #5668 from berkos/update-ci
Browse files Browse the repository at this point in the history
Adds Ruby 3.3 to CI
  • Loading branch information
carlosantoniodasilva committed Apr 9, 2024
1 parent 95ed7d3 commit 1b19ea4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- gemfiles/Gemfile-rails-4-2
- gemfiles/Gemfile-rails-4-1
ruby:
- '3.3'
- '3.2'
- '3.1'
- '3.0'
Expand All @@ -31,6 +32,10 @@ jobs:
- DEVISE_ORM=active_record
- DEVISE_ORM=mongoid
exclude:
- gemfile: gemfiles/Gemfile-rails-main
ruby: '2.7' # Rails > 7.1 supports Ruby >= 3.1
- gemfile: gemfiles/Gemfile-rails-main
ruby: '3.0' # Rails > 7.1 supports Ruby >= 3.1
- gemfile: Gemfile
ruby: '2.6'
- gemfile: Gemfile
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
### Unreleased

* enhancements
* Add support for Ruby 3.3. (no changes needed)

* bug fixes
* Respect locale set by controller in failure app. Devise will carry over the current I18n.locale option when triggering authentication, and will wrap the failure app call with it. [#5567](https://github.com/heartcombo/devise/pull/5567)

Expand Down

0 comments on commit 1b19ea4

Please sign in to comment.