Skip to content
Snippets Groups Projects
Unverified Commit b8a7936c authored by Paula Muir's avatar Paula Muir Committed by GitHub
Browse files

(maint) Update Ruby version for linting checks.

When puppet7 becomes available and the linting check installs puppet7, it will fail as Puppet7 only supports ruby 2.5+

I have tested the template change locally and can confirm it only changes the Ruby version for appveyor. I have also put up a PR with the change to confirm it works as expected. PR can be found here: https://github.com/puppetlabs/puppetlabs-acl/pull/223
parent 62126e1f
No related branches found
No related tags found
No related merge requests found
...@@ -111,7 +111,7 @@ appveyor.yml: ...@@ -111,7 +111,7 @@ appveyor.yml:
appveyor_bundle_install: "bundle install --jobs 4 --retry 2 --without system_tests" appveyor_bundle_install: "bundle install --jobs 4 --retry 2 --without system_tests"
use_litmus: false use_litmus: false
matrix: matrix:
- RUBY_VERSION: 24-x64 - RUBY_VERSION: 25-x64
CHECK: "syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop" CHECK: "syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop"
- PUPPET_GEM_VERSION: ~> 5.0 - PUPPET_GEM_VERSION: ~> 5.0
RUBY_VERSION: 24 RUBY_VERSION: 24
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment