Update CI to run to include Ruby 3.3

- Exclude Rubies >=3.1 from latest main Gemfile as it runs on 7.2
This commit is contained in:
Antonis Berkakis
2024-01-02 12:19:00 +00:00
parent e2242a95f3
commit c80026d955

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