Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,21 +233,21 @@ variables:
#-----------------------------------------------------------------------

.pup_7_x: &pup_7_x
image: 'ruby:2.7'
image: 'ruby:3.4'
variables:
PUPPET_VERSION: '~> 7.0'
BEAKER_PUPPET_COLLECTION: 'puppet7'
MATRIX_RUBY_VERSION: '2.7'

.pup_7_pe: &pup_7_pe
image: 'ruby:2.7'
image: 'ruby:3.4'
variables:
PUPPET_VERSION: '7.21.0'
BEAKER_PUPPET_COLLECTION: 'puppet7'
MATRIX_RUBY_VERSION: '2.7'

.pup_8_x: &pup_8_x
image: 'ruby:3.2'
image: 'ruby:3.4'
variables:
PUPPET_VERSION: '~> 8.0'
BEAKER_PUPPET_COLLECTION: 'puppet8'
Expand Down Expand Up @@ -276,7 +276,7 @@ variables:
- 'bundle exec rake spec'

.beaker: &beaker
image: ruby:2.7.8 # must be 2.7.2 if running in GCP
image: ruby:3.4.6 # must be 2.7.2 if running in GCP
tags:
- beaker
before_script:
Expand Down