Skip to content

Commit

Permalink
(PE-36910) Revert "(PE-36822) Bumping supported PE from 2023.2 to 202…
Browse files Browse the repository at this point in the history
…3.3 (#383)"

This reverts commit 0a2d57f.
  • Loading branch information
CoMfUcIoS committed Sep 28, 2023
1 parent c6d80ea commit 7b2f77a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-fips-install-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
version:
- 2019.8.12
- 2021.7.2
- 2023.3.0
- 2023.2.0
image:
- rhel-8
fips:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-install-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
version:
- 2019.8.12
- 2021.7.4
- 2023.3.0
- 2023.2.0
image:
- centos-7
- almalinux-cloud/almalinux-8
Expand Down
2 changes: 1 addition & 1 deletion functions/assert_supported_pe_version.pp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function peadm::assert_supported_pe_version (
Boolean $permit_unsafe_versions = false,
) >> Struct[{ 'supported' => Boolean }] {
$oldest = '2019.7'
$newest = '2023.3'
$newest = '2023.2'
$supported = ($version =~ SemVerRange(">= ${oldest} <= ${newest}"))

if $permit_unsafe_versions {
Expand Down

0 comments on commit 7b2f77a

Please sign in to comment.