Skip to content

Commit

Permalink
(CAT-270) Adjusting expected Puppet/Ruby versions
Browse files Browse the repository at this point in the history
Update Puppet versions in Integration tests to newest major release.
  • Loading branch information
david22swan committed Nov 20, 2023
1 parent cdfcf11 commit 8be80d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package-testing/spec/package/version_selection_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

describe 'Test puppet & ruby version selection' do
module_name = 'version_selection'
# IMPORTANT: The following block should be updated with the latest version of each major release supported for the
# IMPORTANT: The following block should be updated with the latest version of each release supported for the
# test cases to pass. If you are running integration testing prior to a release and its failing due to missing Puppet
# gems, verify that the following versions are correct.
test_cases = [
{ envvar: 'PDK_PUPPET_VERSION', version: '7.26.0', expected_puppet: '7.26.0', expected_ruby: '2.7.8' },
{ envvar: 'PDK_PUPPET_VERSION', version: '8.2.0', expected_puppet: '8.2.0', expected_ruby: '3.2.2' }
{ envvar: 'PDK_PUPPET_VERSION', version: '7.27.0', expected_puppet: '7.27.0', expected_ruby: '2.7.8' },
{ envvar: 'PDK_PUPPET_VERSION', version: '8.3.1', expected_puppet: '8.3.1', expected_ruby: '3.2.2' }
]

before(:all) do
Expand Down

0 comments on commit 8be80d1

Please sign in to comment.