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

#83 Update to PHP 8.2 by default

parent afba2c07
No related branches found
No related tags found
1 merge request!112Merging develop into main
Pipeline #1262428 passed
......@@ -106,7 +106,7 @@ class Handler extends BaseHandler {
'version' => '9',
],
'php' => [
'version' => $this->env->receiveGlobal('PHP_VERSION', 'PHP version', '8.1'),
'version' => $this->env->receiveGlobal('PHP_VERSION', 'PHP version', '8.2'),
'xdebug' => $this->env->receiveGlobal('PHP_DEBUG', 'PHP debug', '0'),
'coverage' => $this->env->receiveGlobal('PHP_COVERAGE', 'PHP coverage', '0'),
'profiler' => $this->env->receiveGlobal('PHP_PROFILER', 'PHP PROFILER', '0'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment