Skip to content

Commit

Permalink
FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
Sabina Talipova committed Nov 21, 2023
1 parent 5a7de23 commit 67c8078
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions job_creator.php
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ private function getPhpVersion(int $phpIndex): string
}
}
$phpVersions = INSTALLER_TO_PHP_VERSIONS[$key] ?? INSTALLER_TO_PHP_VERSIONS['4'];
var_dump($phpVersions);
// Use the max allowed php version
if (!array_key_exists($phpIndex, $phpVersions)) {
for ($i = count($phpVersions) - 1; $i >= 0; $i--) {
Expand Down

0 comments on commit 67c8078

Please sign in to comment.