diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-05-26 01:18:28 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-26 01:18:28 +0300 |
commit | f86091f02dfd16e122f420906d422616a60c27cd (patch) | |
tree | 7b0e360832092b18d744623c83b42fadca7c39ed /v1/feature-scripts.env | |
parent | 4b05519792f48547998f0be410f9cc372bb3c7c8 (diff) |
Adds a PHP feature (#22)
* add php
* add test
* fix test
* add to workflow
* fix test
* fix bug
* test composer
Co-authored-by: Josh Spicer <joshspicer@github.com>
Diffstat (limited to 'v1/feature-scripts.env')
-rw-r--r-- | v1/feature-scripts.env | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/v1/feature-scripts.env b/v1/feature-scripts.env index 8b7f734..68573da 100644 --- a/v1/feature-scripts.env +++ b/v1/feature-scripts.env @@ -21,3 +21,4 @@ _BUILD_ARG_POWERSHELL="./powershell/install.sh ${_B _BUILD_ARG_DESKTOP_LITE="./desktop-lite/install.sh automatic ${_BUILD_ARG_DESKTOP_LITE_PASSWORD:-vscode} true ${_BUILD_ARG_DESKTOP_LITE_VNCPORT:-5901} ${_BUILD_ARG_DESKTOP_LITE_WEBPORT:-6080}" _BUILD_ARG_DOTNET="./dotnet/install.sh ${_BUILD_ARG_DOTNET_VERSION:-latest} ${_BUILD_ARG_DOTNET_RUNTIMEONLY:-false} automatic true /usr/local/dotnet dotnet" _BUILD_ARG_JUPYTERLAB="./jupyterlab/install.sh ${_BUILD_ARG_JUPYTERLAB_VERSION:-latest}" automatic ${_BUILD_ARG_JUPYTERLAB_PYTHONBINARY:-python}" true +_BUILD_ARG_PHP="./php/install.sh ${_BUILD_ARG_PHP_VERSION:-latest} /usr/local/php ${_BUILD_ARG_PHP_INSTALLCOMPOSER:-true} true automatic true" |