Skip to content

Commit 1ef0fb8

Browse files
authored
(MAINT) Update PEADM with 2023.6 and LTS support and LTS 2021.7.7 (#419)
1 parent 19989d1 commit 1ef0fb8

20 files changed

+24
-24
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.6'
18+
default: '2021.7.7'
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.6'
18+
default: '2021.7.7'
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.6'
18+
default: '2021.7.7'
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.6'
18+
default: '2021.7.7'
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
- extra-large-with-dr
4444
version:
4545
- 2019.8.12
46-
- 2021.7.6
47-
- 2023.5.0
46+
- 2021.7.7
47+
- 2023.6.0
4848
image:
4949
- rhel-8
5050
fips:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
- extra-large-with-dr
4444
version:
4545
- 2019.8.12
46-
- 2021.7.6
47-
- 2023.5.0
46+
- 2021.7.7
47+
- 2023.6.0
4848
image:
4949
- centos-7
5050
- 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.6'
18+
default: '2021.7.7'
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.6"
27+
default: "2021.7.7"
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
@@ -19,7 +19,7 @@ jobs:
1919
architecture:
2020
- "extra-large-with-dr"
2121
version:
22-
- "2021.7.6"
22+
- "2021.7.7"
2323
image:
2424
- "almalinux-cloud/almalinux-8"
2525

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
version:
4545
- '2019.8.12'
4646
version_to_upgrade:
47-
- '2021.7.6'
47+
- '2021.7.7'
4848
image:
4949
- 'almalinux-cloud/almalinux-8'
5050
download_mode:

0 commit comments

Comments
 (0)