Skip to content

Commit ae826f5

Browse files
authored
ci: test against ruby 3.3 (#313)
1 parent c5cf8e3 commit ae826f5

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/test.yaml

+12-12
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
max-parallel: 10
2828
matrix:
2929
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}
3535
- {redis: '7.2', ruby: '3.2', compose: compose.auth.yaml}
3636
- {redis: '7.0', ruby: '3.1'}
3737
- {redis: '6.2', ruby: '3.0'}
@@ -57,7 +57,7 @@ jobs:
5757
- name: Set up Ruby
5858
uses: ruby/setup-ruby@v1
5959
with:
60-
ruby-version: ${{ matrix.ruby || '3.2' }}
60+
ruby-version: ${{ matrix.ruby || '3.3' }}
6161
bundler-cache: true
6262
- name: Pull Docker images
6363
run: docker pull redis:$REDIS_VERSION
@@ -84,7 +84,7 @@ jobs:
8484
- name: Set up Ruby
8585
uses: ruby/setup-ruby@v1
8686
with:
87-
ruby-version: '3.2'
87+
ruby-version: '3.3'
8888
bundler-cache: true
8989
- name: Get IP address of host
9090
run: |
@@ -139,7 +139,7 @@ jobs:
139139
- name: Set up Ruby
140140
uses: ruby/setup-ruby@v1
141141
with:
142-
ruby-version: '3.2'
142+
ruby-version: '3.3'
143143
bundler-cache: true
144144
- name: Run rubocop
145145
run: bundle exec rubocop
@@ -159,7 +159,7 @@ jobs:
159159
- name: Set up Ruby
160160
uses: ruby/setup-ruby@v1
161161
with:
162-
ruby-version: '3.2'
162+
ruby-version: '3.3'
163163
bundler-cache: true
164164
- name: Pull Docker images
165165
run: docker pull redis:$REDIS_VERSION
@@ -219,7 +219,7 @@ jobs:
219219
- name: Set up Ruby
220220
uses: ruby/setup-ruby@v1
221221
with:
222-
ruby-version: '3.2'
222+
ruby-version: '3.3'
223223
bundler-cache: true
224224
- name: Pull Docker images
225225
run: docker pull redis:$REDIS_VERSION
@@ -255,7 +255,7 @@ jobs:
255255
- name: Set up Ruby
256256
uses: ruby/setup-ruby@v1
257257
with:
258-
ruby-version: '3.2'
258+
ruby-version: '3.3'
259259
bundler-cache: true
260260
- name: Pull Docker images
261261
run: docker pull redis:$REDIS_VERSION
@@ -287,7 +287,7 @@ jobs:
287287
- name: Set up Ruby
288288
uses: ruby/setup-ruby@v1
289289
with:
290-
ruby-version: '3.2'
290+
ruby-version: '3.3'
291291
bundler-cache: true
292292
- name: Print user limits
293293
run: ulimit -a

0 commit comments

Comments
 (0)