File tree Expand file tree Collapse file tree 1 file changed +26
-2
lines changed
Expand file tree Collapse file tree 1 file changed +26
-2
lines changed Original file line number Diff line number Diff line change 11version : 2
22jobs :
3- puppetlabs_spec :
3+ puppetlabs_spec_ruby24 :
44 docker :
55 - image : circleci/ruby:2.4-node
66 steps :
77 - checkout
88 - run : bundle install
99 - run : bundle exec rake
10+ puppetlabs_spec_ruby25 :
11+ docker :
12+ - image : circleci/ruby:2.5-node
13+ steps :
14+ - checkout
15+ - run : bundle install
16+ - run : bundle exec rake
17+ puppetlabs_spec_ruby27 :
18+ docker :
19+ - image : circleci/ruby:2.7-node
20+ steps :
21+ - checkout
22+ - run : bundle install
23+ - run : bundle exec rake
24+ puppetlabs_spec_ruby3 :
25+ docker :
26+ - image : circleci/ruby:3.0-node
27+ steps :
28+ - checkout
29+ - run : bundle install
30+ - run : bundle exec rake
1031
1132workflows :
1233 version : 2
1334 test :
1435 jobs :
15- - puppetlabs_spec
36+ - puppetlabs_spec_ruby24
37+ - puppetlabs_spec_ruby25
38+ - puppetlabs_spec_ruby27
39+ - puppetlabs_spec_ruby3
You can’t perform that action at this time.
0 commit comments