acquia / cli

Command-line interface for Acquia Cloud Platform products
https://docs.acquia.com/acquia-cli/
GNU General Public License v2.0
42 stars 45 forks source link

GL-2530 : PHP 8.3 support for CodeStudio #1737

Closed shubham-bansal96 closed 2 months ago

shubham-bansal96 commented 2 months ago

This PR contain changes to support PHP 8.3 version for acli cs:wizard command for code studio.

Testing Steps: Ran acli cs:wizard command locally and got an option to select php version 8.3

Screenshot 2024-04-30 at 3 12 03 PM

Logged in to code studio UI and check for CI/CD variable for project, PHP_VERSION env variable is being set as 8.3.

Screenshot 2024-04-30 at 3 14 57 PM
codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 91.64%. Comparing base (baa7bea) to head (fd4dce8). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1737 +/- ## ========================================= Coverage 91.64% 91.64% Complexity 1808 1808 ========================================= Files 121 121 Lines 6474 6475 +1 ========================================= + Hits 5933 5934 +1 Misses 541 541 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

github-actions[bot] commented 2 months ago

Try the dev build for this PR: https://acquia-cli.s3.amazonaws.com/build/pr/1737/acli.phar

curl -OL https://acquia-cli.s3.amazonaws.com/build/pr/1737/acli.phar
chmod +x acli.phar