Add Ruby 3.3 to the CI (#648)

This commit is contained in:
Santiago Bartesaghi 2024-01-10 11:47:22 -03:00 committed by GitHub
parent 1f57b3361e
commit 9b9f41c749
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,7 @@ jobs:
strategy:
matrix:
ruby:
- '3.3'
- '3.2'
- '3.1'
- '3.0'
@ -46,6 +47,14 @@ jobs:
- active_support_5_redis_cache_store_pooled
- redis_store
exclude:
- gemfile: rails_5_2
ruby: '3.3'
- gemfile: active_support_5_redis_cache_store
ruby: '3.3'
- gemfile: active_support_5_redis_cache_store_pooled
ruby: '3.3'
- gemfile: dalli2
ruby: '3.3'
- gemfile: rails_5_2
ruby: '3.2'
- gemfile: active_support_5_redis_cache_store