Skip to content
Snippets Groups Projects
Commit 99663433 authored by jurgenhaas's avatar jurgenhaas
Browse files

drupal-environment#10 Update PHP default version tp 8.1

parent f5e7de06
No related branches found
No related tags found
1 merge request!54Merging develop into main
Pipeline #733951 passed
This commit is part of merge request !54. Comments created here will be created in the context of that merge request.
......@@ -99,7 +99,7 @@ class Handler extends BaseHandler {
'version' => '9',
],
'php' => [
'version' => $this->env->receiveGlobal('PHP_VERSION', 'PHP version', '7.4'),
'version' => $this->env->receiveGlobal('PHP_VERSION', 'PHP version', '8.1'),
'xdebug' => $this->env->receiveGlobal('PHP_DEBUG', 'PHP debug', '0'),
'coverage' => $this->env->receiveGlobal('PHP_COVERAGE', 'PHP coverage', '0'),
'localip' => $this->env->receiveGlobal('LOCAL_IP', 'Local IP', '0'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment