Skip to content

Commit 39b25d0

Browse files
authored
Merge pull request #718 from puppetlabs/CAT-2090
(CAT-2090) Replace centos-7 with ubuntu-2204-amd for integration tests
2 parents 5e2f89e + 9ed3084 commit 39b25d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
id: get-matrix
3838
run: |
3939
if [ '${{ github.repository_owner }}' == 'puppetlabs' ]; then
40-
echo "matrix={'platform':['centos-7'],'collection':['puppet7-nightly', 'puppet8-nightly']}" >> $GITHUB_OUTPUT
40+
echo "matrix={'platform':['ubuntu-2204-lts'],'collection':['puppet7-nightly', 'puppet8-nightly']}" >> $GITHUB_OUTPUT
4141
else
4242
echo "matrix={}" >> $GITHUB_OUTPUT
4343
fi

plans/acceptance/pe_server.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# @example
66
# ntp::acceptance::pe_server
77
plan ntp::acceptance::pe_server(
8-
Optional[String] $version = '2019.8.5',
8+
Optional[String] $version = '2021.7.9',
99
Optional[Hash] $pe_settings = { password => 'puppetlabs' }
1010
) {
1111
#identify pe server node

0 commit comments

Comments
 (0)