Skip to content

Commit 4677708

Browse files
authored
Add Ruby 3.4 to the CI (#681)
1 parent 8710876 commit 4677708

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/build.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
ruby:
21+
- '3.4'
2122
- '3.3'
2223
- '3.2'
2324
- '3.1'
@@ -50,14 +51,28 @@ jobs:
5051
- active_support_6_redis_cache_store_pooled
5152
- redis_store
5253
exclude:
54+
- gemfile: rails_6_0
55+
ruby: '3.4'
56+
- gemfile: active_support_6_redis_cache_store
57+
ruby: '3.4'
58+
- gemfile: active_support_6_redis_cache_store_pooled
59+
ruby: '3.4'
60+
- gemfile: rails_6_1
61+
ruby: '3.4'
62+
- gemfile: rails_7_0
63+
ruby: '3.4'
5364
- gemfile: rails_7_0
5465
ruby: '2.6'
5566
- gemfile: rails_7_0
5667
ruby: '2.5'
68+
- gemfile: active_support_7_0_redis_cache_store
69+
ruby: '3.4'
5770
- gemfile: active_support_7_0_redis_cache_store
5871
ruby: '2.6'
5972
- gemfile: active_support_7_0_redis_cache_store
6073
ruby: '2.5'
74+
- gemfile: active_support_7_0_redis_cache_store_pooled
75+
ruby: '3.4'
6176
- gemfile: active_support_7_0_redis_cache_store_pooled
6277
ruby: '2.6'
6378
- gemfile: active_support_7_0_redis_cache_store_pooled

0 commit comments

Comments
 (0)