Skip to content

Commit

Permalink
Adopt PHP 7.3 repository with target from pjp73.inf3 file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Sandakov committed Aug 30, 2024
1 parent 95b4460 commit c8907c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ubuntu20to22/upgrader.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ def construct_actions(
actions.EnableEnhancedSecurityMode(),
],
"Switch repositories": [
# UpdateLegacyPhpRepositories specific for distupgrades where
# we support following PHP versions: PHP 7.1, 7.2, 7.3.
actions.UpdateLegacyPhpRepositories(self._distro_from, self._distro_to),
actions.SetupUbuntuRepositories("focal", "jammy"),
actions.SwitchPleskRepositories(to_os_version="22.04"),
],
Expand Down

0 comments on commit c8907c0

Please sign in to comment.