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 159d00f
Showing 1 changed file with 5 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

0 comments on commit 159d00f

Please sign in to comment.