We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d614972 commit acfbebdCopy full SHA for acfbebd
ee/cli/plugins/stack_upgrade.py
@@ -69,6 +69,7 @@ def upgrade_php56(self):
69
70
if EEVariables.ee_platform_distro == "Ubuntu":
71
EERepo.remove(self, ppa="ppa:ondrej/php5")
72
+ EERepo.add(self, ppa=EEVariables.ee_php_repo)
73
else:
74
EEAptGet.remove(self, ["php5-xdebug"])
75
EEFileUtils.searchreplace(self, EEVariables.ee_repo_file_path,
0 commit comments