Fix for php8.3

This commit is contained in:
VirtuBox
2023-11-24 00:11:57 +01:00
parent f699012b9b
commit 477e118c0a
5 changed files with 7 additions and 4 deletions

View File

@@ -98,7 +98,8 @@ def pre_pref(self, apt_packages):
('php7.4-fpm' in apt_packages) or
('php8.0-fpm' in apt_packages) or
('php8.1-fpm' in apt_packages) or
('php8.2-fpm' in apt_packages)):
('php8.2-fpm' in apt_packages) or
('php8.3-fpm' in apt_packages)):
if (WOVar.wo_distro == 'ubuntu'):
Log.debug(self, 'Adding ppa for PHP')
Log.info(self, "Adding repository for PHP, please wait...")