Skip to content

Commit

Permalink
PHP 8.3 support for CodeStudio (#1737)
Browse files Browse the repository at this point in the history
Co-authored-by: acquia-service-acc-user <bots+service-acc-user@acquia.com>
  • Loading branch information
shubham-bansal96 and acquia-service-acc-user committed Apr 30, 2024
1 parent cc13373 commit 1c8febf
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 @@ -52,6 +52,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
$phpVersions = [
'PHP_version_8.1' => "8.1",
'PHP_version_8.2' => "8.2",
'PHP_version_8.3' => "8.3",
];
$project = $this->io->choice('Select a PHP version', array_values($phpVersions), "8.1");
$project = array_search($project, $phpVersions, TRUE);
Expand Down

0 comments on commit 1c8febf

Please sign in to comment.