CI envrionment handling

This commit is contained in:
Olusesan Ameye
2025-08-27 04:44:52 +00:00
parent 1f950d6793
commit 2d6a37297e
9 changed files with 30 additions and 12 deletions
+1
View File
@@ -5,6 +5,7 @@
* CHECK PHP VERSION
*---------------------------------------------------------------
*/
var_dump(getenv('CI_ENVIRONMENT'));
$minPhpVersion = '8.1'; // If you update this, don't forget to update `spark`.
if (version_compare(PHP_VERSION, $minPhpVersion, '<')) {