Skip to content

Commit 8be0103

Browse files
committed
ci: updates rails versions
1 parent 14acf3c commit 8be0103

File tree

6 files changed

+51
-46
lines changed

6 files changed

+51
-46
lines changed

.github/workflows/build.yml

Lines changed: 33 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,17 @@ jobs:
2929
gemfile:
3030
- rack_3
3131
- rack_2
32+
- rails_8_1
3233
- rails_8_0
3334
- rails_7_2
3435
- rails_7_1
3536
- rails_7_0
36-
- rails_6_1
37-
- rails_6_0
3837
- dalli3
3938
- redis_5
4039
- redis_4
4140
- connection_pool_dalli
41+
- active_support_8_1_redis_cache_store
42+
- active_support_8_1_redis_cache_store_pooled
4243
- active_support_8_0_redis_cache_store
4344
- active_support_8_0_redis_cache_store_pooled
4445
- active_support_7_2_redis_cache_store
@@ -47,18 +48,8 @@ jobs:
4748
- active_support_7_1_redis_cache_store_pooled
4849
- active_support_7_0_redis_cache_store
4950
- active_support_7_0_redis_cache_store_pooled
50-
- active_support_6_redis_cache_store
51-
- active_support_6_redis_cache_store_pooled
5251
- redis_store
5352
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'
6253
- gemfile: rails_7_0
6354
ruby: '3.4'
6455
- gemfile: rails_7_0
@@ -143,6 +134,36 @@ jobs:
143134
ruby: '2.6'
144135
- gemfile: active_support_8_0_redis_cache_store_pooled
145136
ruby: '2.5'
137+
- gemfile: rails_8_1
138+
ruby: '3.1'
139+
- gemfile: rails_8_1
140+
ruby: '3.0'
141+
- gemfile: rails_8_1
142+
ruby: '2.7'
143+
- gemfile: rails_8_1
144+
ruby: '2.6'
145+
- gemfile: rails_8_1
146+
ruby: '2.5'
147+
- gemfile: active_support_8_1_redis_cache_store
148+
ruby: '3.1'
149+
- gemfile: active_support_8_1_redis_cache_store
150+
ruby: '3.0'
151+
- gemfile: active_support_8_1_redis_cache_store
152+
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'
157+
- gemfile: active_support_8_1_redis_cache_store_pooled
158+
ruby: '3.1'
159+
- gemfile: active_support_8_1_redis_cache_store_pooled
160+
ruby: '3.0'
161+
- gemfile: active_support_8_1_redis_cache_store_pooled
162+
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'
146167
env:
147168
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
148169
steps:

Appraisals

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ appraise "rack_2" do
88
gem "rack", "~> 2.0"
99
end
1010

11+
appraise 'rails_8-1' do
12+
gem 'railties', '~> 8.1.0'
13+
end
14+
1115
appraise 'rails_8-0' do
1216
gem 'railties', '~> 8.0.0'
1317
end
@@ -24,14 +28,6 @@ appraise 'rails_7-0' do
2428
gem 'railties', '~> 7.0.0'
2529
end
2630

27-
appraise 'rails_6-1' do
28-
gem 'railties', '~> 6.1.0'
29-
end
30-
31-
appraise 'rails_6-0' do
32-
gem 'railties', '~> 6.0.0'
33-
end
34-
3531
appraise 'dalli3' do
3632
gem 'dalli', '~> 3.0'
3733
end
@@ -49,6 +45,17 @@ appraise "connection_pool_dalli" do
4945
gem "dalli", "~> 3.0"
5046
end
5147

48+
appraise "active_support_8-1_redis_cache_store" do
49+
gem "activesupport", "~> 8.1.0"
50+
gem "redis", "~> 5.0"
51+
end
52+
53+
appraise "active_support_8-1_redis_cache_store_pooled" do
54+
gem "activesupport", "~> 8.1.0"
55+
gem "connection_pool", "~> 2.2"
56+
gem "redis", "~> 5.0"
57+
end
58+
5259
appraise "active_support_8-0_redis_cache_store" do
5360
gem "activesupport", "~> 8.0.0"
5461
gem "redis", "~> 5.0"
@@ -93,17 +100,6 @@ appraise "active_support_7-0_redis_cache_store_pooled" do
93100
gem "redis", "~> 5.0"
94101
end
95102

96-
appraise "active_support_6_redis_cache_store" do
97-
gem "activesupport", "~> 6.1.0"
98-
gem "redis", "~> 5.0"
99-
end
100-
101-
appraise "active_support_6_redis_cache_store_pooled" do
102-
gem "activesupport", "~> 6.1.0"
103-
gem "connection_pool", "~> 2.2"
104-
gem "redis", "~> 5.0"
105-
end
106-
107103
appraise "redis_store" do
108104
gem "redis-store", "~> 1.5"
109105
end

gemfiles/active_support_6_redis_cache_store.gemfile renamed to gemfiles/active_support_8_1_redis_cache_store.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://rubygems.org"
44

5-
gem "activesupport", "~> 6.1.0"
5+
gem "activesupport", "~> 8.1.0"
66
gem "redis", "~> 5.0"
77

88
group :maintenance, optional: true do

gemfiles/active_support_6_redis_cache_store_pooled.gemfile renamed to gemfiles/active_support_8_1_redis_cache_store_pooled.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://rubygems.org"
44

5-
gem "activesupport", "~> 6.1.0"
5+
gem "activesupport", "~> 8.1.0"
66
gem "connection_pool", "~> 2.2"
77
gem "redis", "~> 5.0"
88

gemfiles/rails_6_1.gemfile

Lines changed: 0 additions & 12 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://rubygems.org"
44

5-
gem "railties", "~> 6.0.0"
5+
gem "railties", "~> 8.1.0"
66

77
group :maintenance, optional: true do
88
gem "bake"

0 commit comments

Comments
 (0)