Skip to content

Commit f396426

Browse files
committed
Compiler downgrade to 7.4
1 parent 0868c04 commit f396426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/Console/PrepareCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ private function deleteUnnecessaryVendorCode(): void
220220
private function transformSource(): void
221221
{
222222
chdir(__DIR__ . '/../../..');
223-
exec(escapeshellarg(__DIR__ . '/../../vendor/bin/simple-downgrade') . ' downgrade -c ' . escapeshellarg('build/downgrade.php') . ' 7.2', $outputLines, $exitCode);
223+
exec(escapeshellarg(__DIR__ . '/../../vendor/bin/simple-downgrade') . ' downgrade -c ' . escapeshellarg('build/downgrade.php') . ' 7.4', $outputLines, $exitCode);
224224
if ($exitCode === 0) {
225225
return;
226226
}

0 commit comments

Comments
 (0)