Skip to content

Commit 8b3f304

Browse files
committed
Ruby 2.6 is only supported in Puppet 6
1 parent aa5385e commit 8b3f304

1 file changed

Lines changed: 30 additions & 14 deletions

File tree

.circleci/config.yml

Lines changed: 30 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -164,34 +164,48 @@ jobs:
164164
RUBY_VERSION: '2.4.3'
165165
PUPPET_VERSION: '6.5.0'
166166

167-
specs-ruby26-puppet46:
167+
specs-ruby25-puppet46:
168168
<<: *specs
169169
environment:
170170
STRICT_VARIABLES: 'yes'
171-
RUBY_VERSION: '2.6.3'
171+
RUBY_VERSION: '2.5.3'
172172
PUPPET_VERSION: '4.6.2'
173173

174-
specs-ruby26-puppet410:
174+
specs-ruby25-puppet410:
175175
<<: *specs
176176
environment:
177177
STRICT_VARIABLES: 'yes'
178-
RUBY_VERSION: '2.6.3'
178+
RUBY_VERSION: '2.5.3'
179179
PUPPET_VERSION: '4.10.9'
180180

181-
specs-ruby26-puppet50:
181+
specs-ruby25-puppet50:
182182
<<: *specs
183183
environment:
184184
STRICT_VARIABLES: 'yes'
185-
RUBY_VERSION: '2.6.3'
185+
RUBY_VERSION: '2.5.3'
186186
PUPPET_VERSION: '5.0.1'
187187

188-
specs-ruby26-puppet53:
188+
specs-ruby25-puppet53:
189189
<<: *specs
190190
environment:
191191
STRICT_VARIABLES: 'yes'
192-
RUBY_VERSION: '2.6.3'
192+
RUBY_VERSION: '2.5.3'
193193
PUPPET_VERSION: '5.3.3'
194194

195+
specs-ruby25-puppet60:
196+
<<: *specs
197+
environment:
198+
STRICT_VARIABLES: 'yes'
199+
RUBY_VERSION: '2.5.3'
200+
PUPPET_VERSION: '6.0.0'
201+
202+
specs-ruby25-puppet65:
203+
<<: *specs
204+
environment:
205+
STRICT_VARIABLES: 'yes'
206+
RUBY_VERSION: '2.5.3'
207+
PUPPET_VERSION: '6.5.0'
208+
195209
specs-ruby26-puppet60:
196210
<<: *specs
197211
environment:
@@ -233,7 +247,7 @@ jobs:
233247
machine: true
234248
environment:
235249
STRICT_VARIABLES: 'yes'
236-
RUBY_VERSION: '2.6.3'
250+
RUBY_VERSION: '2.5.3'
237251
steps:
238252
- checkout
239253
- run:
@@ -273,11 +287,13 @@ workflows:
273287
- specs-ruby24-puppet53
274288
- specs-ruby24-puppet60
275289
- specs-ruby24-puppet65
276-
- specs-ruby26-puppet46
277-
- specs-ruby26-puppet410
278-
- specs-ruby26-puppet50
279-
- specs-ruby26-puppet53
290+
- specs-ruby25-puppet46
291+
- specs-ruby25-puppet410
292+
- specs-ruby25-puppet50
293+
- specs-ruby25-puppet53
294+
- specs-ruby25-puppet60
295+
- specs-ruby25-puppet65
296+
- specs-ruby25-puppet65-windows
280297
- specs-ruby26-puppet60
281298
- specs-ruby26-puppet65
282-
- specs-ruby25-puppet65-windows
283299
- verify-gemfile-lock-dependencies

0 commit comments

Comments
 (0)