Merge pull request #5668 from berkos/update-ci

Adds Ruby 3.3 to CI
This commit is contained in:
Carlos Antonio da Silva
2024-04-09 14:20:06 -03:00
committed by GitHub

View File

@@ -12,6 +12,7 @@ jobs:
- gemfiles/Gemfile-rails-6-1
- gemfiles/Gemfile-rails-6-0
ruby:
- '3.3'
- '3.2'
- '3.1'
- '3.0'
@@ -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