Skip to content

Commit 72c3af8

Browse files
Update ruby Docker tag
1 parent 7c90c31 commit 72c3af8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -233,21 +233,21 @@ variables:
233233
#-----------------------------------------------------------------------
234234

235235
.pup_7_x: &pup_7_x
236-
image: 'ruby:2.7'
236+
image: 'ruby:3.4'
237237
variables:
238238
PUPPET_VERSION: '~> 7.0'
239239
BEAKER_PUPPET_COLLECTION: 'puppet7'
240240
MATRIX_RUBY_VERSION: '2.7'
241241

242242
.pup_7_pe: &pup_7_pe
243-
image: 'ruby:2.7'
243+
image: 'ruby:3.4'
244244
variables:
245245
PUPPET_VERSION: '7.21.0'
246246
BEAKER_PUPPET_COLLECTION: 'puppet7'
247247
MATRIX_RUBY_VERSION: '2.7'
248248

249249
.pup_8_x: &pup_8_x
250-
image: 'ruby:3.2'
250+
image: 'ruby:3.4'
251251
variables:
252252
PUPPET_VERSION: '~> 8.0'
253253
BEAKER_PUPPET_COLLECTION: 'puppet8'
@@ -276,7 +276,7 @@ variables:
276276
- 'bundle exec rake spec'
277277

278278
.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
280280
tags:
281281
- beaker
282282
before_script:

0 commit comments

Comments
 (0)