From 4e24c5aa460fac909133c190375ff91b4998057f Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Wed, 7 Apr 2021 12:30:50 +0545 Subject: [PATCH] default functions env contains latest deno --- app/config/variables.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/variables.php b/app/config/variables.php index 20b49bd9e8..382619ed97 100644 --- a/app/config/variables.php +++ b/app/config/variables.php @@ -381,7 +381,7 @@ return [ 'name' => '_APP_FUNCTIONS_ENVS', 'description' => 'This option allows you to limit the available environments for cloud functions. This option is very useful for low-cost servers to safe disk space.\n\nTo enable/activate this option, pass a list of allowed environments separated by a comma.\n\nCurrently, supported environments are: ' . \implode(', ', \array_keys(Config::getParam('providers'))), 'introduction' => '0.7.0', - 'default' => 'node-14.5,deno-1.6,php-7.4,python-3.8,ruby-3.0,dotnet-5.0', + 'default' => 'node-14.5,deno-1.8,php-7.4,python-3.8,ruby-3.0,dotnet-5.0', 'required' => false, 'question' => '', ],