Skip to content

Commit

Permalink
(CAT-1723) Adjusting expected Puppet/Ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
david22swan committed Feb 12, 2024
1 parent 0d5ede3 commit 6a319e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package-testing/spec/package/version_selection_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
# 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.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' }
{ envvar: 'PDK_PUPPET_VERSION', version: '7.28.0', expected_puppet: '7.28.0', expected_ruby: '2.7.8' },
{ envvar: 'PDK_PUPPET_VERSION', version: '8.4.0', expected_puppet: '8.4.0', expected_ruby: '3.2.2' }
]

before(:all) do
Expand Down

0 comments on commit 6a319e8

Please sign in to comment.