🐛 Fix multiple PHP versions install

With Sury packages...
This commit is contained in:
Emilien Mantel
2022-02-22 13:41:02 +01:00
parent 28caf6d9c9
commit 4aef107c1a
5 changed files with 34 additions and 2 deletions

View File

@@ -7,7 +7,8 @@ php_packages:
- '{{ php_package_prefix }}mysql'
- '{{ php_package_prefix }}intl'
php_xdebug_package: 'php-xdebug'
php_xdebug_package: '{% if multiple_php.rc == 0 %}{{ php_package_prefix }}{% else %}php-{% endif %}xdebug'
php_apcu_package: '{% if multiple_php.rc == 0 %}{{ php_package_prefix }}{% else %}php-{% endif %}apcu'
php_package_prefix: 'php{{ php_version }}-'