Automattic / studio

Studio by WordPress.com, a free desktop app that helps developers streamline their local WordPress development workflow.
https://developer.wordpress.com/studio/
GNU General Public License v2.0
138 stars 12 forks source link

Update site details to allow user to set PHP version #226

Closed derekblank closed 2 weeks ago

derekblank commented 2 weeks ago

Related to:

Updates site details to allow user to set PHP version.

https://github.com/Automattic/studio/assets/643285/817f392c-bdca-405c-b12e-ca5eef04367a

Proposed Changes

Testing Instructions

  1. Create a new site
  2. Observe the site is using the default PHP version 8.0
  3. Start the site server by clicking Start button
  4. Navigate to Settings and update the PHP version
  5. Observe PHP version is updated in Studio UI
  6. When the site is running, verify the PHP version is updated in the Site Health tab
  7. Repeat steps for site when server is not running

Pre-merge Checklist