mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Many app explicitly specify YNH_PHP_VERSION=7.3, then trying to install php7.3-foo which doesn't exist ... so gotta yolopatch that definition ...
This commit is contained in:
parent
cb129e2bf1
commit
5046e49c8b
1 changed files with 1 additions and 0 deletions
|
@ -3475,6 +3475,7 @@ LEGACY_PHP_VERSION_REPLACEMENTS = [
|
||||||
("php5", "php7.4"),
|
("php5", "php7.4"),
|
||||||
("php7.0", "php7.4"),
|
("php7.0", "php7.4"),
|
||||||
("php7.3", "php7.4"),
|
("php7.3", "php7.4"),
|
||||||
|
('YNH_PHP_VERSION="7.3"', 'YNH_PHP_VERSION="7.4"'),
|
||||||
(
|
(
|
||||||
'phpversion="${phpversion:-7.0}"',
|
'phpversion="${phpversion:-7.0}"',
|
||||||
'phpversion="${phpversion:-7.4}"',
|
'phpversion="${phpversion:-7.4}"',
|
||||||
|
|
Loading…
Add table
Reference in a new issue