mirror of
https://github.com/saltstack-formulas/php-formula.git
synced 2025-04-16 09:40:25 +00:00
docs: add example to use a specific php version when using multiple ones
Co-authored-by: Tristan Charbonneau <tcharbonneau@oceanet-technology.com>
This commit is contained in:
parent
02c507d667
commit
53068f73b0
1 changed files with 3 additions and 0 deletions
|
@ -139,6 +139,9 @@ php:
|
|||
opts:
|
||||
replace: false
|
||||
|
||||
# If using multiple php versions, force the pool to use a specific one
|
||||
phpversion: "7.2"
|
||||
|
||||
# pool file contents. See php.ini.defaults for ini-style
|
||||
# syntax guidelines.
|
||||
settings:
|
||||
|
|
Loading…
Add table
Reference in a new issue