diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index 188bc8ba..f837e2e7 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -37,7 +37,7 @@ jobs: id: get-matrix run: | if [ '${{ github.repository_owner }}' == 'puppetlabs' ]; then - echo "matrix={'platform':['centos-7'],'collection':['puppet7-nightly', 'puppet8-nightly']}" >> $GITHUB_OUTPUT + echo "matrix={'platform':['ubuntu-2204-lts'],'collection':['puppet7-nightly', 'puppet8-nightly']}" >> $GITHUB_OUTPUT else echo "matrix={}" >> $GITHUB_OUTPUT fi diff --git a/plans/acceptance/pe_server.pp b/plans/acceptance/pe_server.pp index 9d693663..ae53098c 100644 --- a/plans/acceptance/pe_server.pp +++ b/plans/acceptance/pe_server.pp @@ -5,7 +5,7 @@ # @example # ntp::acceptance::pe_server plan ntp::acceptance::pe_server( - Optional[String] $version = '2019.8.5', + Optional[String] $version = '2021.7.9', Optional[Hash] $pe_settings = { password => 'puppetlabs' } ) { #identify pe server node