Remove debug
This commit is contained in:
@@ -5,7 +5,6 @@
|
|||||||
* CHECK PHP VERSION
|
* CHECK PHP VERSION
|
||||||
*---------------------------------------------------------------
|
*---------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
var_dump(getenv('CI_ENVIRONMENT'));
|
|
||||||
|
|
||||||
$minPhpVersion = '8.1'; // If you update this, don't forget to update `spark`.
|
$minPhpVersion = '8.1'; // If you update this, don't forget to update `spark`.
|
||||||
if (version_compare(PHP_VERSION, $minPhpVersion, '<')) {
|
if (version_compare(PHP_VERSION, $minPhpVersion, '<')) {
|
||||||
|
|||||||
Reference in New Issue
Block a user