Skip to content

Commit

Permalink
(PE-36943) Revert to older supported version to be 2019.7
Browse files Browse the repository at this point in the history
  • Loading branch information
CoMfUcIoS committed Oct 6, 2023
1 parent d139bb6 commit 858070b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/assert_supported_pe_version.pp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function peadm::assert_supported_pe_version (
String $version,
Boolean $permit_unsafe_versions = false,
) >> Struct[{ 'supported' => Boolean }] {
$oldest = '2019.8'
$oldest = '2019.7'
$newest = '2023.4'
$supported = ($version =~ SemVerRange(">= ${oldest} <= ${newest}"))

Expand Down

0 comments on commit 858070b

Please sign in to comment.