diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b01e1918..3bc2c65d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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