File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change 5252
5353 - uses : ruby/setup-ruby@v1
5454 with :
55- ruby-version : " 3.0 "
55+ ruby-version : " 3.2 "
5656 bundler-cache : true # runs 'bundle install' and caches installed gems automatically
5757
5858 - name : Build docker image
@@ -120,7 +120,8 @@ jobs:
120120 os :
121121 - ubuntu
122122 ruby :
123- - " head" # 3.3
123+ - " head"
124+ - " 3.3"
124125 - " 3.2"
125126 - " 3.1"
126127 - " 3.0"
@@ -158,6 +159,7 @@ jobs:
158159 - ubuntu
159160 ruby :
160161 - " head" # 3.3
162+ - " 3.3"
161163 - " 3.2"
162164 - " 3.1"
163165 - " 3.0"
@@ -181,6 +183,9 @@ jobs:
181183 - os : windows
182184 ruby : " 3.2"
183185 platform : x64-mingw-ucrt
186+ - os : windows
187+ ruby : " 3.3"
188+ platform : x64-mingw-ucrt
184189 - os : windows
185190 ruby : " head"
186191 platform : x64-mingw-ucrt
@@ -189,6 +194,8 @@ jobs:
189194 ruby : " 3.1"
190195 - os : windows
191196 ruby : " 3.2"
197+ - os : windows
198+ ruby : " 3.3"
192199 - os : windows
193200 ruby : " head"
194201
@@ -220,7 +227,8 @@ jobs:
220227 os :
221228 - windows
222229 ruby :
223- - " head" # 3.3
230+ - " head"
231+ - " 3.3"
224232 - " 3.2"
225233 - " 3.1"
226234 - " 3.0"
@@ -237,6 +245,9 @@ jobs:
237245 - os : windows
238246 ruby : " 3.2"
239247 platform : x64-mingw-ucrt
248+ - os : windows
249+ ruby : " 3.3"
250+ platform : x64-mingw-ucrt
240251 - os : windows
241252 ruby : " head"
242253 platform : x64-mingw-ucrt
@@ -245,6 +256,8 @@ jobs:
245256 ruby : " 3.1"
246257 - os : windows
247258 ruby : " 3.2"
259+ - os : windows
260+ ruby : " 3.3"
248261 - os : windows
249262 ruby : " head"
250263
You can’t perform that action at this time.
0 commit comments