Skip to content

Commit 8732a35

Browse files
authored
(PE-36910) Revert "(PE-36822) Bumping supported PE from 2023.2 to 2023.3 (#383)" (#391)
This reverts commit 0a2d57f.
1 parent c6d80ea commit 8732a35

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test-fips-install-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
- 2021.7.2
47-
- 2023.3.0
47+
- 2023.2.0
4848
image:
4949
- rhel-8
5050
fips:

.github/workflows/test-install-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
- 2021.7.4
47-
- 2023.3.0
47+
- 2023.2.0
4848
image:
4949
- centos-7
5050
- almalinux-cloud/almalinux-8

functions/assert_supported_pe_version.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function peadm::assert_supported_pe_version (
66
Boolean $permit_unsafe_versions = false,
77
) >> Struct[{ 'supported' => Boolean }] {
88
$oldest = '2019.7'
9-
$newest = '2023.3'
9+
$newest = '2023.2'
1010
$supported = ($version =~ SemVerRange(">= ${oldest} <= ${newest}"))
1111

1212
if $permit_unsafe_versions {

0 commit comments

Comments
 (0)