Skip to content

Commit

Permalink
Merge pull request #488 from bmjen/fix-pkg-test
Browse files Browse the repository at this point in the history
(maint) Update package testing for ruby 2.4.4.
  • Loading branch information
DavidS authored Apr 25, 2018
2 parents e73e29d + 81b2782 commit acf1489
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package-testing/tests/version_selection.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
end

test_cases = [
{ envvar: 'PDK_PUPPET_VERSION', version: '5.5.0', expected_puppet: '5.5', expected_ruby: '2.4.3' },
{ envvar: 'PDK_PUPPET_VERSION', version: '5.5.0', expected_puppet: '5.5', expected_ruby: '2.4.4' },
{ envvar: 'PDK_PUPPET_VERSION', version: '4.10.10', expected_puppet: '4.10', expected_ruby: '2.1.9' },
{ envvar: 'PDK_PE_VERSION', version: '2017.3', expected_puppet: '5.3', expected_ruby: '2.4.3' },
{ envvar: 'PDK_PE_VERSION', version: '2017.3', expected_puppet: '5.3', expected_ruby: '2.4.4' },
{ envvar: 'PDK_PE_VERSION', version: '2017.2', expected_puppet: '4.10', expected_ruby: '2.1.9' },
]

Expand Down

0 comments on commit acf1489

Please sign in to comment.