From 9b9f41c749673f3510e5566bc2b52322f9eaa1f9 Mon Sep 17 00:00:00 2001 From: Santiago Bartesaghi Date: Wed, 10 Jan 2024 11:47:22 -0300 Subject: [PATCH] Add Ruby 3.3 to the CI (#648) --- .github/workflows/build.yml | 9 +++++++++ 1 file changed, 9 insertions(+) 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