28
28
- name : Set up Ruby
29
29
uses : ruby/setup-ruby@v1
30
30
with :
31
- ruby-version : ' 3.1 '
31
+ ruby-version : ' 3.2 '
32
32
bundler-cache : true
33
33
- name : Run rubocop
34
34
run : bundle exec rubocop
@@ -38,10 +38,20 @@ jobs:
38
38
strategy :
39
39
fail-fast : false
40
40
matrix :
41
- redis : ['7.0.5', '6.2.7']
42
- ruby : ['3.1', '3.0', '2.7']
43
- driver : ['ruby', 'hiredis']
44
- docker : ['compose.yaml', 'compose.ssl.yaml']
41
+ redis :
42
+ - ' 7.0.5'
43
+ - ' 6.2.7'
44
+ ruby :
45
+ - ' 3.2'
46
+ - ' 3.1'
47
+ - ' 3.0'
48
+ - ' 2.7'
49
+ driver :
50
+ - ' ruby'
51
+ - ' hiredis'
52
+ docker :
53
+ - ' compose.yaml'
54
+ - ' compose.ssl.yaml'
45
55
runs-on : ubuntu-latest
46
56
env :
47
57
REDIS_VERSION : ${{ matrix.redis }}
83
93
- name : Set up Ruby
84
94
uses : ruby/setup-ruby@v1
85
95
with :
86
- ruby-version : ' 3.1 '
96
+ ruby-version : ' 3.2 '
87
97
bundler-cache : true
88
98
- name : Pull Docker images
89
99
run : docker pull redis:$REDIS_VERSION
@@ -112,7 +122,7 @@ jobs:
112
122
- name : Set up Ruby
113
123
uses : ruby/setup-ruby@v1
114
124
with :
115
- ruby-version : ' 3.1 '
125
+ ruby-version : ' 3.2 '
116
126
bundler-cache : true
117
127
- name : Pull Docker images
118
128
run : docker pull redis:$REDIS_VERSION
@@ -132,7 +142,9 @@ jobs:
132
142
strategy :
133
143
fail-fast : false
134
144
matrix :
135
- redis : ['7.0.5', '6.2.7']
145
+ redis :
146
+ - ' 7.0.5'
147
+ - ' 6.2.7'
136
148
runs-on : ubuntu-latest
137
149
env :
138
150
REDIS_VERSION : ${{ matrix.redis }}
@@ -144,7 +156,7 @@ jobs:
144
156
- name : Set up Ruby
145
157
uses : ruby/setup-ruby@v1
146
158
with :
147
- ruby-version : ' 3.1 '
159
+ ruby-version : ' 3.2 '
148
160
bundler-cache : true
149
161
- name : Pull Docker images
150
162
run : docker pull redis:$REDIS_VERSION
@@ -164,7 +176,9 @@ jobs:
164
176
strategy :
165
177
fail-fast : false
166
178
matrix :
167
- redis : ['7.0.5', '6.2.7']
179
+ redis :
180
+ - ' 7.0.5'
181
+ - ' 6.2.7'
168
182
runs-on : ubuntu-latest
169
183
env :
170
184
REDIS_VERSION : ${{ matrix.redis }}
@@ -176,7 +190,7 @@ jobs:
176
190
- name : Set up Ruby
177
191
uses : ruby/setup-ruby@v1
178
192
with :
179
- ruby-version : ' 3.1 '
193
+ ruby-version : ' 3.2 '
180
194
bundler-cache : true
181
195
- name : Pull Docker images
182
196
run : docker pull redis:$REDIS_VERSION
@@ -196,7 +210,9 @@ jobs:
196
210
strategy :
197
211
fail-fast : false
198
212
matrix :
199
- redis : ['7.0.5', '6.2.7']
213
+ redis :
214
+ - ' 7.0.5'
215
+ - ' 6.2.7'
200
216
runs-on : ubuntu-latest
201
217
env :
202
218
REDIS_VERSION : ${{ matrix.redis }}
@@ -207,7 +223,7 @@ jobs:
207
223
- name : Set up Ruby
208
224
uses : ruby/setup-ruby@v1
209
225
with :
210
- ruby-version : ' 3.1 '
226
+ ruby-version : ' 3.2 '
211
227
bundler-cache : true
212
228
- name : Pull Docker images
213
229
run : docker pull redis:$REDIS_VERSION
@@ -236,7 +252,7 @@ jobs:
236
252
- name : Set up Ruby
237
253
uses : ruby/setup-ruby@v1
238
254
with :
239
- ruby-version : ' 3.1 '
255
+ ruby-version : ' 3.2 '
240
256
bundler-cache : true
241
257
- name : Get IP address of host
242
258
run : |
@@ -299,7 +315,7 @@ jobs:
299
315
- name : Set up Ruby
300
316
uses : ruby/setup-ruby@v1
301
317
with :
302
- ruby-version : ' 3.1 '
318
+ ruby-version : ' 3.2 '
303
319
bundler-cache : true
304
320
- name : Pull Docker images
305
321
run : docker pull redis:$REDIS_VERSION
@@ -360,7 +376,7 @@ jobs:
360
376
- name : Set up Ruby
361
377
uses : ruby/setup-ruby@v1
362
378
with :
363
- ruby-version : ' 3.1 '
379
+ ruby-version : ' 3.2 '
364
380
bundler-cache : true
365
381
- name : Pull Docker images
366
382
run : docker pull redis:$REDIS_VERSION
0 commit comments