From 467770882daa6f3865cc207c8b5dfdbc4028d7cb Mon Sep 17 00:00:00 2001 From: Santiago Bartesaghi Date: Wed, 12 Feb 2025 19:37:28 -0300 Subject: [PATCH] Add Ruby 3.4 to the CI (#681) --- .github/workflows/build.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 84294c4..298dc4f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,6 +18,7 @@ jobs: fail-fast: false matrix: ruby: + - '3.4' - '3.3' - '3.2' - '3.1' @@ -50,14 +51,28 @@ jobs: - active_support_6_redis_cache_store_pooled - redis_store exclude: + - gemfile: rails_6_0 + ruby: '3.4' + - gemfile: active_support_6_redis_cache_store + ruby: '3.4' + - gemfile: active_support_6_redis_cache_store_pooled + ruby: '3.4' + - gemfile: rails_6_1 + ruby: '3.4' + - gemfile: rails_7_0 + ruby: '3.4' - gemfile: rails_7_0 ruby: '2.6' - gemfile: rails_7_0 ruby: '2.5' + - gemfile: active_support_7_0_redis_cache_store + ruby: '3.4' - gemfile: active_support_7_0_redis_cache_store ruby: '2.6' - gemfile: active_support_7_0_redis_cache_store ruby: '2.5' + - gemfile: active_support_7_0_redis_cache_store_pooled + ruby: '3.4' - gemfile: active_support_7_0_redis_cache_store_pooled ruby: '2.6' - gemfile: active_support_7_0_redis_cache_store_pooled