@@ -27,11 +27,11 @@ jobs:
27
27
max-parallel : 10
28
28
matrix :
29
29
include :
30
- - {redis: '7.2', ruby: '3.2 '}
31
- - {redis: '7.2', ruby: '3.2 ', compose: compose.ssl.yaml}
32
- - {redis: '7.2', ruby: '3.2 ', driver: 'hiredis'}
33
- - {redis: '7.2', ruby: '3.2 ', driver: 'hiredis', compose: compose.ssl.yaml}
34
- - {redis: '7.2', ruby: '3.2 ', replica: '2', compose: compose.replica.yaml}
30
+ - {redis: '7.2', ruby: '3.3 '}
31
+ - {redis: '7.2', ruby: '3.3 ', compose: compose.ssl.yaml}
32
+ - {redis: '7.2', ruby: '3.3 ', driver: 'hiredis'}
33
+ - {redis: '7.2', ruby: '3.3 ', driver: 'hiredis', compose: compose.ssl.yaml}
34
+ - {redis: '7.2', ruby: '3.3 ', replica: '2', compose: compose.replica.yaml}
35
35
- {redis: '7.2', ruby: '3.2', compose: compose.auth.yaml}
36
36
- {redis: '7.0', ruby: '3.1'}
37
37
- {redis: '6.2', ruby: '3.0'}
57
57
- name : Set up Ruby
58
58
uses : ruby/setup-ruby@v1
59
59
with :
60
- ruby-version : ${{ matrix.ruby || '3.2 ' }}
60
+ ruby-version : ${{ matrix.ruby || '3.3 ' }}
61
61
bundler-cache : true
62
62
- name : Pull Docker images
63
63
run : docker pull redis:$REDIS_VERSION
84
84
- name : Set up Ruby
85
85
uses : ruby/setup-ruby@v1
86
86
with :
87
- ruby-version : ' 3.2 '
87
+ ruby-version : ' 3.3 '
88
88
bundler-cache : true
89
89
- name : Get IP address of host
90
90
run : |
@@ -139,7 +139,7 @@ jobs:
139
139
- name : Set up Ruby
140
140
uses : ruby/setup-ruby@v1
141
141
with :
142
- ruby-version : ' 3.2 '
142
+ ruby-version : ' 3.3 '
143
143
bundler-cache : true
144
144
- name : Run rubocop
145
145
run : bundle exec rubocop
@@ -159,7 +159,7 @@ jobs:
159
159
- name : Set up Ruby
160
160
uses : ruby/setup-ruby@v1
161
161
with :
162
- ruby-version : ' 3.2 '
162
+ ruby-version : ' 3.3 '
163
163
bundler-cache : true
164
164
- name : Pull Docker images
165
165
run : docker pull redis:$REDIS_VERSION
@@ -219,7 +219,7 @@ jobs:
219
219
- name : Set up Ruby
220
220
uses : ruby/setup-ruby@v1
221
221
with :
222
- ruby-version : ' 3.2 '
222
+ ruby-version : ' 3.3 '
223
223
bundler-cache : true
224
224
- name : Pull Docker images
225
225
run : docker pull redis:$REDIS_VERSION
@@ -255,7 +255,7 @@ jobs:
255
255
- name : Set up Ruby
256
256
uses : ruby/setup-ruby@v1
257
257
with :
258
- ruby-version : ' 3.2 '
258
+ ruby-version : ' 3.3 '
259
259
bundler-cache : true
260
260
- name : Pull Docker images
261
261
run : docker pull redis:$REDIS_VERSION
@@ -287,7 +287,7 @@ jobs:
287
287
- name : Set up Ruby
288
288
uses : ruby/setup-ruby@v1
289
289
with :
290
- ruby-version : ' 3.2 '
290
+ ruby-version : ' 3.3 '
291
291
bundler-cache : true
292
292
- name : Print user limits
293
293
run : ulimit -a
0 commit comments