Skip to content

Commit

Permalink
Update CI to run to include Ruby 3.3
Browse files Browse the repository at this point in the history
- Exclude Rubies >=3.1 from latest main Gemfile as it runs on 7.2
  • Loading branch information
berkos committed Apr 9, 2024
1 parent e2242a9 commit c80026d
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 c80026d

Please sign in to comment.