Skip to content

Commit

Permalink
Add Ruby 3.3 to the CI (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
santib committed Jan 10, 2024
1 parent 1f57b33 commit 9b9f41c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -17,6 +17,7 @@ jobs:
strategy:
matrix:
ruby:
- '3.3'
- '3.2'
- '3.1'
- '3.0'
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9b9f41c

Please sign in to comment.