Add php version selection into wo.conf

* set PHP 7.3 as default php version
* update travis script
This commit is contained in:
VirtuBox
2020-01-28 12:47:00 +01:00
parent 47dbb65ed8
commit 65b950e5ac
5 changed files with 63 additions and 41 deletions

View File

@@ -88,3 +88,8 @@ enable_plugin = true
### `wo.cli.plugins.example` or from the file path
### `/var/lib/wo/plugins/example.py`
enable_plugin = true
[php]
### Default PHP version
version = 7.3