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
2 parents bb18f4d + c80026d commit 6ee12d1
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 @@ -12,6 +12,7 @@ jobs:
- gemfiles/Gemfile-rails-6-1
- gemfiles/Gemfile-rails-6-0
ruby:
- '3.3'
- '3.2'
- '3.1'
- '3.0'
Expand All @@ -20,6 +21,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
env: DEVISE_ORM=mongoid
- gemfile: gemfiles/Gemfile-rails-main
Expand Down

0 comments on commit 6ee12d1

Please sign in to comment.