Skip to content

Commit

Permalink
Merge pull request #585 from cpanel/RE-1160
Browse files Browse the repository at this point in the history
Remove experimental status for u20->u22 upgrades
  • Loading branch information
toddr authored Jan 15, 2025
2 parents 4a1cb35 + 6e4067f commit 3e229f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion elevate-cpanel
Original file line number Diff line number Diff line change
Expand Up @@ -7403,7 +7403,7 @@ deb https://wp-toolkit.plesk.com/cPanel/Ubuntu-22.04-x86_64/latest/thirdparty/ .
use constant ea_alias => 'Ubuntu_22.04';

use constant expected_post_upgrade_major => 22;
use constant is_experimental => 1;
use constant is_experimental => 0;
use constant name => 'Ubuntu20';
use constant original_os_major => 20;
use constant pretty_name => 'Ubuntu 20.04';
Expand Down
2 changes: 1 addition & 1 deletion lib/Elevate/OS/Ubuntu20.pm
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ use constant default_upgrade_to => 'Ubuntu';
use constant ea_alias => 'Ubuntu_22.04';

use constant expected_post_upgrade_major => 22;
use constant is_experimental => 1;
use constant is_experimental => 0;
use constant name => 'Ubuntu20';
use constant original_os_major => 20;
use constant pretty_name => 'Ubuntu 20.04';
Expand Down
2 changes: 1 addition & 1 deletion t/is_experimental.t
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ use Test::Elevate;
my %os_designation = (
cent => 0,
cloud => 0,
ubuntu => 1,
ubuntu => 0,
);

foreach my $os ( sort keys %os_designation ) {
Expand Down

0 comments on commit 3e229f6

Please sign in to comment.