We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 602d2d2 commit 8cdca08Copy full SHA for 8cdca08
.gitlab-ci.yml
@@ -94,21 +94,21 @@ variables:
94
#-----------------------------------------------------------------------
95
96
.pup_6_x: &pup_6_x
97
- image: 'ruby:2.5'
+ image: 'ruby:3.4'
98
variables:
99
PUPPET_VERSION: '~> 6.0'
100
BEAKER_PUPPET_COLLECTION: 'puppet6'
101
MATRIX_RUBY_VERSION: '2.5'
102
103
.pup_6_pe: &pup_6_pe
104
105
106
PUPPET_VERSION: '6.22.1'
107
108
109
110
.pup_7_x: &pup_7_x
111
- image: 'ruby:2.7'
112
113
PUPPET_VERSION: '~> 7.0'
114
BEAKER_PUPPET_COLLECTION: 'puppet7'
0 commit comments