Skip to content

Commit 0c9528a

Browse files
authored
Merge pull request #349 from puppetlabs/PE-36091
(PE-36091) Updating PE-ADM Supported Version
2 parents 656617a + 125e104 commit 0c9528a

18 files changed

+21
-19
lines changed

.github/workflows/test-add-compiler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
version:
1616
description: 'PE version to install'
1717
required: true
18-
default: '2021.7.2'
18+
default: '2021.7.3'
1919
ssh-debugging:
2020
description: 'Boolean; whether or not to pause for ssh debugging'
2121
required: true

.github/workflows/test-add-replica.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
version:
1616
description: 'PE version to install'
1717
required: true
18-
default: '2021.7.2'
18+
default: '2021.7.3'
1919
ssh-debugging:
2020
description: 'Boolean; whether or not to pause for ssh debugging'
2121
required: true

.github/workflows/test-backup-restore.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
version:
1616
description: 'PE version to install'
1717
required: true
18-
default: '2021.7.2'
18+
default: '2021.7.3'
1919
ssh-debugging:
2020
description: 'Boolean; whether or not to pause for ssh debugging'
2121
required: true

.github/workflows/test-failover.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
version_to_upgrade:
1616
description: 'PE version to upgrade to'
1717
required: false
18-
default: '2021.7.2'
18+
default: '2021.7.3'
1919
ssh-debugging:
2020
description: 'Boolean; whether or not to pause for ssh debugging'
2121
required: true

.github/workflows/test-fips-install-matrix.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
version:
3131
- 2019.8.12
3232
- 2021.7.2
33+
- 2023.1.0
3334
image:
3435
- rhel-8
3536
fips:

.github/workflows/test-install-matrix.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
- extra-large-with-dr
3030
version:
3131
- 2019.8.12
32-
- 2021.7.2
32+
- 2021.7.3
33+
- 2023.1.0
3334
image:
3435
- centos-7
3536
- almalinux-cloud/almalinux-8

.github/workflows/test-install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
version:
1616
description: 'PE version to install'
1717
required: true
18-
default: '2021.7.2'
18+
default: '2021.7.3'
1919
ssh-debugging:
2020
description: 'Boolean; whether or not to pause for ssh debugging'
2121
required: true

.github/workflows/test-upgrade-latest-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
type: string
2525
required: true
2626
description: 'The initial version of PE to install before upgrade'
27-
default: '2021.7.2'
27+
default: '2021.7.3'
2828
ssh-debugging:
2929
description: 'Boolean; whether or not to pause for ssh debugging'
3030
required: true

.github/workflows/test-upgrade-latest-xlarge-dev-nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
architecture:
2525
- 'extra-large-with-dr'
2626
version:
27-
- '2021.7.2'
27+
- '2021.7.3'
2828
image:
2929
- 'almalinux-cloud/almalinux-8'
3030

.github/workflows/test-upgrade-matrix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
version:
3030
- '2019.8.12'
3131
version_to_upgrade:
32-
- '2021.7.2'
32+
- '2021.7.3'
3333
image:
3434
- 'almalinux-cloud/almalinux-8'
3535
download_mode:

0 commit comments

Comments
 (0)