File tree Expand file tree Collapse file tree 2 files changed +8
-31
lines changed Expand file tree Collapse file tree 2 files changed +8
-31
lines changed Original file line number Diff line number Diff line change @@ -35,41 +35,16 @@ jobs:
3535 - rvm : 2.5.1
3636 env : CHECK=license_finder
3737 bundler_args : " "
38-
39- - rvm : 2.4.3
40- env : PUPPET_GEM_VERSION='~> 5.4.0'
41- - rvm : 2.4.2
42- env : PUPPET_GEM_VERSION='~> 5.3.0'
43- - rvm : 2.4.1
44- env : PUPPET_GEM_VERSION='~> 5.2.0'
45- - rvm : 2.4.1
46- env : PUPPET_GEM_VERSION='~> 5.1.0'
47- - rvm : 2.4.1
48- env : PUPPET_GEM_VERSION='~> 5.0.0'
4938 - rvm : 2.1.9
5039 env : PUPPET_GEM_VERSION='~> 4' SIMPLECOV=yes # 4.10
5140 before_install :
5241 - gem install bundler -v '< 2'
53- - rvm : 2.1.9
54- env : PUPPET_GEM_VERSION='~> 4.9.0'
55- before_install :
56- - gem install bundler -v '< 2'
57- - rvm : 2.1.9
58- env : PUPPET_GEM_VERSION='~> 4.8.0'
59- before_install :
60- - gem install bundler -v '< 2'
61- - rvm : 2.1.9
62- env : PUPPET_GEM_VERSION='~> 4.7.0'
63- before_install :
64- - gem install bundler -v '< 2'
65- - rvm : 2.5.1
66- env : PUPPET_GEM_VERSION='~> 6' # 6.0, soon 6.1
67- - rvm : 2.5.1
68- env : PUPPET_GEM_VERSION='~> 6.0'
69- - rvm : 2.5.1
42+ - rvm : 2.5.7
43+ env : PUPPET_GEM_VERSION='~> 6' SIMPLECOV=yes # latest 6 release
44+ - rvm : 2.5.7
45+ env : PUPPET_GEM_VERSION='~> 6.14.0'
46+ - rvm : 2.5.7
7047 env : PUPPET_GEM_VERSION='https://github.com/puppetlabs/puppet.git#master'
71- - rvm : 2.5.1
72- env : PUPPET_GEM_VERSION='https://github.com/puppetlabs/puppet.git#6.0.x'
7348 - rvm : 2.4.3
7449 env : PUPPET_GEM_VERSION='https://github.com/puppetlabs/puppet.git#5.5.x'
7550 - rvm : 2.1.9
Original file line number Diff line number Diff line change @@ -6,7 +6,9 @@ branches:
66
77environment :
88 matrix :
9- - RUBY_VERSION : 24-x64
9+ - RUBY_VERSION : 25-x64
10+ - PUPPET_GEM_VERSION : ' ~> 5.0'
11+ RUBY_VERSION : 24-x64
1012 - PUPPET_GEM_VERSION : ' ~> 4.0'
1113 RUBY_VERSION : 21-x64
1214
You can’t perform that action at this time.
0 commit comments