Skip to content

Commit 4a68deb

Browse files
authored
ci: automatically run with latest ruby patch version (#634)
1 parent 36b830a commit 4a68deb

1 file changed

Lines changed: 34 additions & 34 deletions

File tree

.github/workflows/build.yml

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
strategy:
1818
matrix:
1919
ruby:
20-
- 3.2.2
21-
- 3.1.4
22-
- 3.0.6
23-
- 2.7.8
24-
- 2.6.10
25-
- 2.5.8
20+
- '3.2'
21+
- '3.1'
22+
- '3.0'
23+
- '2.7'
24+
- '2.6'
25+
- '2.5'
2626
gemfile:
2727
- rack_3
2828
- rack_2
@@ -48,61 +48,61 @@ jobs:
4848
- redis_store
4949
exclude:
5050
- gemfile: rack_1
51-
ruby: 3.2.2
51+
ruby: '3.2'
5252
- gemfile: rails_5_2
53-
ruby: 3.2.2
53+
ruby: '3.2'
5454
- gemfile: active_support_5_redis_cache_store
55-
ruby: 3.2.2
55+
ruby: '3.2'
5656
- gemfile: active_support_5_redis_cache_store_pooled
57-
ruby: 3.2.2
57+
ruby: '3.2'
5858
- gemfile: dalli2
59-
ruby: 3.2.2
59+
ruby: '3.2'
6060
- gemfile: rack_1
61-
ruby: 3.1.4
61+
ruby: '3.1'
6262
- gemfile: rails_5_2
63-
ruby: 3.1.4
63+
ruby: '3.1'
6464
- gemfile: active_support_5_redis_cache_store
65-
ruby: 3.1.4
65+
ruby: '3.1'
6666
- gemfile: active_support_5_redis_cache_store_pooled
67-
ruby: 3.1.4
67+
ruby: '3.1'
6868
- gemfile: dalli2
69-
ruby: 3.1.4
69+
ruby: '3.1'
7070
- gemfile: rack_1
71-
ruby: 3.0.6
71+
ruby: '3.0'
7272
- gemfile: rails_5_2
73-
ruby: 3.0.6
73+
ruby: '3.0'
7474
- gemfile: active_support_5_redis_cache_store
75-
ruby: 3.0.6
75+
ruby: '3.0'
7676
- gemfile: active_support_5_redis_cache_store_pooled
77-
ruby: 3.0.6
77+
ruby: '3.0'
7878
- gemfile: dalli2
79-
ruby: 3.0.6
79+
ruby: '3.0'
8080
- gemfile: rack_1
81-
ruby: 2.7.8
81+
ruby: '2.7'
8282
- gemfile: rails_7_0
83-
ruby: 2.6.10
83+
ruby: '2.6'
8484
- gemfile: rails_7_0
85-
ruby: 2.5.8
85+
ruby: '2.5'
8686
- gemfile: active_support_7_0_redis_cache_store
87-
ruby: 2.5.8
87+
ruby: '2.6'
8888
- gemfile: active_support_7_0_redis_cache_store
89-
ruby: 2.6.10
89+
ruby: '2.5'
9090
- gemfile: active_support_7_0_redis_cache_store_pooled
91-
ruby: 2.5.8
91+
ruby: '2.6'
9292
- gemfile: active_support_7_0_redis_cache_store_pooled
93-
ruby: 2.6.10
93+
ruby: '2.5'
9494
- gemfile: rails_7_1
95-
ruby: 2.6.10
95+
ruby: '2.6'
9696
- gemfile: rails_7_1
97-
ruby: 2.5.8
97+
ruby: '2.5'
9898
- gemfile: active_support_7_1_redis_cache_store
99-
ruby: 2.5.8
99+
ruby: '2.6'
100100
- gemfile: active_support_7_1_redis_cache_store
101-
ruby: 2.6.10
101+
ruby: '2.5'
102102
- gemfile: active_support_7_1_redis_cache_store_pooled
103-
ruby: 2.5.8
103+
ruby: '2.6'
104104
- gemfile: active_support_7_1_redis_cache_store_pooled
105-
ruby: 2.6.10
105+
ruby: '2.5'
106106
env:
107107
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
108108
steps:

0 commit comments

Comments
 (0)