Skip to content

Commit

Permalink
GL-3070: PHP 8.4 support for Code Studio.
Browse files Browse the repository at this point in the history
  • Loading branch information
bemarlan committed Jan 30, 2025
1 parent e1c930e commit 5cc2a2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Command/CodeStudio/CodeStudioWizardCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
'PHP_version_8.1' => "8.1",
'PHP_version_8.2' => "8.2",
'PHP_version_8.3' => "8.3",
'PHP_version_8.4' => "8.4",
];
$project = $this->io->choice('Select a PHP version', array_values($phpVersions), "8.3");
$project = array_search($project, $phpVersions, true);
Expand Down

0 comments on commit 5cc2a2f

Please sign in to comment.