Browse Source

docs: add example to use a specific php version when using multiple ones

Co-authored-by: Tristan Charbonneau <tcharbonneau@oceanet-technology.com>
tags/v1.3.1
Yoda-BZH 4 years ago
parent
commit
53068f73b0
No account linked to committer's email address
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      pillar.example

+ 3
- 0
pillar.example View File

@@ -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…
Cancel
Save