Skip to content

Commit 676ba26

Browse files
committed
ci: updates ruby versions
1 parent 6a9209f commit 676ba26

File tree

1 file changed

+0
-62
lines changed

1 file changed

+0
-62
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
- '3.1'
2525
- '3.0'
2626
- '2.7'
27-
- '2.6'
28-
- '2.5'
2927
gemfile:
3028
- rack_3
3129
- rack_2
@@ -52,118 +50,58 @@ jobs:
5250
exclude:
5351
- gemfile: rails_7_0
5452
ruby: '3.4'
55-
- gemfile: rails_7_0
56-
ruby: '2.6'
57-
- gemfile: rails_7_0
58-
ruby: '2.5'
5953
- gemfile: active_support_7_0_redis_cache_store
6054
ruby: '3.4'
61-
- gemfile: active_support_7_0_redis_cache_store
62-
ruby: '2.6'
63-
- gemfile: active_support_7_0_redis_cache_store
64-
ruby: '2.5'
6555
- gemfile: active_support_7_0_redis_cache_store_pooled
6656
ruby: '3.4'
67-
- gemfile: active_support_7_0_redis_cache_store_pooled
68-
ruby: '2.6'
69-
- gemfile: active_support_7_0_redis_cache_store_pooled
70-
ruby: '2.5'
71-
- gemfile: rails_7_1
72-
ruby: '2.6'
73-
- gemfile: rails_7_1
74-
ruby: '2.5'
75-
- gemfile: active_support_7_1_redis_cache_store
76-
ruby: '2.6'
77-
- gemfile: active_support_7_1_redis_cache_store
78-
ruby: '2.5'
79-
- gemfile: active_support_7_1_redis_cache_store_pooled
80-
ruby: '2.6'
81-
- gemfile: active_support_7_1_redis_cache_store_pooled
82-
ruby: '2.5'
8357
- gemfile: rails_7_2
8458
ruby: '3.0'
8559
- gemfile: rails_7_2
8660
ruby: '2.7'
87-
- gemfile: rails_7_2
88-
ruby: '2.6'
89-
- gemfile: rails_7_2
90-
ruby: '2.5'
9161
- gemfile: active_support_7_2_redis_cache_store
9262
ruby: '3.0'
9363
- gemfile: active_support_7_2_redis_cache_store
9464
ruby: '2.7'
95-
- gemfile: active_support_7_2_redis_cache_store
96-
ruby: '2.6'
97-
- gemfile: active_support_7_2_redis_cache_store
98-
ruby: '2.5'
9965
- gemfile: active_support_7_2_redis_cache_store_pooled
10066
ruby: '3.0'
10167
- gemfile: active_support_7_2_redis_cache_store_pooled
10268
ruby: '2.7'
103-
- gemfile: active_support_7_2_redis_cache_store_pooled
104-
ruby: '2.6'
105-
- gemfile: active_support_7_2_redis_cache_store_pooled
106-
ruby: '2.5'
10769
- gemfile: rails_8_0
10870
ruby: '3.1'
10971
- gemfile: rails_8_0
11072
ruby: '3.0'
11173
- gemfile: rails_8_0
11274
ruby: '2.7'
113-
- gemfile: rails_8_0
114-
ruby: '2.6'
115-
- gemfile: rails_8_0
116-
ruby: '2.5'
11775
- gemfile: active_support_8_0_redis_cache_store
11876
ruby: '3.1'
11977
- gemfile: active_support_8_0_redis_cache_store
12078
ruby: '3.0'
12179
- gemfile: active_support_8_0_redis_cache_store
12280
ruby: '2.7'
123-
- gemfile: active_support_8_0_redis_cache_store
124-
ruby: '2.6'
125-
- gemfile: active_support_8_0_redis_cache_store
126-
ruby: '2.5'
12781
- gemfile: active_support_8_0_redis_cache_store_pooled
12882
ruby: '3.1'
12983
- gemfile: active_support_8_0_redis_cache_store_pooled
13084
ruby: '3.0'
13185
- gemfile: active_support_8_0_redis_cache_store_pooled
13286
ruby: '2.7'
133-
- gemfile: active_support_8_0_redis_cache_store_pooled
134-
ruby: '2.6'
135-
- gemfile: active_support_8_0_redis_cache_store_pooled
136-
ruby: '2.5'
13787
- gemfile: rails_8_1
13888
ruby: '3.1'
13989
- gemfile: rails_8_1
14090
ruby: '3.0'
14191
- gemfile: rails_8_1
14292
ruby: '2.7'
143-
- gemfile: rails_8_1
144-
ruby: '2.6'
145-
- gemfile: rails_8_1
146-
ruby: '2.5'
14793
- gemfile: active_support_8_1_redis_cache_store
14894
ruby: '3.1'
14995
- gemfile: active_support_8_1_redis_cache_store
15096
ruby: '3.0'
15197
- gemfile: active_support_8_1_redis_cache_store
15298
ruby: '2.7'
153-
- gemfile: active_support_8_1_redis_cache_store
154-
ruby: '2.6'
155-
- gemfile: active_support_8_1_redis_cache_store
156-
ruby: '2.5'
15799
- gemfile: active_support_8_1_redis_cache_store_pooled
158100
ruby: '3.1'
159101
- gemfile: active_support_8_1_redis_cache_store_pooled
160102
ruby: '3.0'
161103
- gemfile: active_support_8_1_redis_cache_store_pooled
162104
ruby: '2.7'
163-
- gemfile: active_support_8_1_redis_cache_store_pooled
164-
ruby: '2.6'
165-
- gemfile: active_support_8_1_redis_cache_store_pooled
166-
ruby: '2.5'
167105
env:
168106
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
169107
steps:

0 commit comments

Comments
 (0)