File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -233,21 +233,21 @@ variables:
233
233
# -----------------------------------------------------------------------
234
234
235
235
.pup_7_x : &pup_7_x
236
- image : ' ruby:2.7 '
236
+ image : ' ruby:3.4 '
237
237
variables :
238
238
PUPPET_VERSION : ' ~> 7.0'
239
239
BEAKER_PUPPET_COLLECTION : ' puppet7'
240
240
MATRIX_RUBY_VERSION : ' 2.7'
241
241
242
242
.pup_7_pe : &pup_7_pe
243
- image : ' ruby:2.7 '
243
+ image : ' ruby:3.4 '
244
244
variables :
245
245
PUPPET_VERSION : ' 7.21.0'
246
246
BEAKER_PUPPET_COLLECTION : ' puppet7'
247
247
MATRIX_RUBY_VERSION : ' 2.7'
248
248
249
249
.pup_8_x : &pup_8_x
250
- image : ' ruby:3.2 '
250
+ image : ' ruby:3.4 '
251
251
variables :
252
252
PUPPET_VERSION : ' ~> 8.0'
253
253
BEAKER_PUPPET_COLLECTION : ' puppet8'
@@ -276,7 +276,7 @@ variables:
276
276
- ' bundle exec rake spec'
277
277
278
278
.beaker : &beaker
279
- image : ruby:2.7.8 # must be 2.7.2 if running in GCP
279
+ image : ruby:3.4.6 # must be 2.7.2 if running in GCP
280
280
tags :
281
281
- beaker
282
282
before_script :
You can’t perform that action at this time.
0 commit comments