Skip to content

Commit cf53522

Browse files
authored
(PE-36203) Updating supported to 2023.2 and default to 2021.7.4 (#363)
To come in line with latest PE and STS, I've updated the supported version and the default version. Also updated tests to run against these versions
1 parent 397237d commit cf53522

18 files changed

+21
-21
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.3'
18+
default: '2021.7.4'
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.3'
18+
default: '2021.7.4'
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.3'
18+
default: '2021.7.4'
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.3'
18+
default: '2021.7.4'
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
version:
4646
- 2019.8.12
4747
- 2021.7.2
48-
- 2023.1.0
48+
- 2023.2.0
4949
image:
5050
- rhel-8
5151
fips:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
- extra-large-with-dr
4545
version:
4646
- 2019.8.12
47-
- 2021.7.3
48-
- 2023.1.0
47+
- 2021.7.4
48+
- 2023.2.0
4949
image:
5050
- centos-7
5151
- 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.3'
18+
default: '2021.7.4'
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.3'
27+
default: '2021.7.4'
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.3'
22+
- '2021.7.4'
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
@@ -45,7 +45,7 @@ jobs:
4545
version:
4646
- '2019.8.12'
4747
version_to_upgrade:
48-
- '2021.7.3'
48+
- '2021.7.4'
4949
image:
5050
- 'almalinux-cloud/almalinux-8'
5151
download_mode:

0 commit comments

Comments
 (0)