From 8be80d18be27cb6b59855758931c0510ee091d31 Mon Sep 17 00:00:00 2001 From: david22swan Date: Mon, 20 Nov 2023 15:25:08 +0000 Subject: [PATCH] (CAT-270) Adjusting expected Puppet/Ruby versions Update Puppet versions in Integration tests to newest major release. --- package-testing/spec/package/version_selection_spec.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-testing/spec/package/version_selection_spec.rb b/package-testing/spec/package/version_selection_spec.rb index 83e1d614a..0153f9503 100644 --- a/package-testing/spec/package/version_selection_spec.rb +++ b/package-testing/spec/package/version_selection_spec.rb @@ -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