Skip to content

Conversation

@pwtyler
Copy link
Member

@pwtyler pwtyler commented Sep 24, 2025

Right after #2729 a case came up where I wished I had php_version for all environments. Adds "PHP Version" (php_version) as an optional field to env:list.

% ./bin/terminus env:list $MY_SITE --fields=id,php_version
 ----------- -------------
  ID          PHP Version
 ----------- -------------
  live        8.4
  test        8.4
  autopilot   8.4
  dev         8.4
  wpclidemo   8.2
  mymdev      8.2
 ----------- -------------

@pwtyler pwtyler marked this pull request as ready for review September 24, 2025 20:36
@pwtyler pwtyler requested a review from a team as a code owner September 24, 2025 20:36
@pwtyler pwtyler changed the title Add php_version as optional in env:list [minor] Add php version to env:list Sep 24, 2025
@pwtyler pwtyler changed the title [minor] Add php version to env:list [minor] add php version to env:list Sep 24, 2025
@pwtyler pwtyler merged commit 5d0ea74 into 4.x Sep 24, 2025
9 checks passed
@pwtyler pwtyler deleted the add-php-version-optional-env-list branch September 24, 2025 22:22
namespacebrian added a commit that referenced this pull request Sep 29, 2025
Include all changes since 4.0.3:
- Add PHP runtime generation and version to env:list (#2729, #2732)
- Fix workflow:wait timeout to use warnings instead of errors (#2724)
- Preserve consolidation filter hook when running composer update (#2728)
namespacebrian added a commit that referenced this pull request Oct 7, 2025
* Update version to 4.1.0 for release

* Fix changelog format to match existing convention (remove square brackets)

* Add complete changelog entries for 4.1.0 release

Include all changes since 4.0.3:
- Add PHP runtime generation and version to env:list (#2729, #2732)
- Fix workflow:wait timeout to use warnings instead of errors (#2724)
- Preserve consolidation filter hook when running composer update (#2728)

* Remove internal build script change from changelog

PR #2728 (consolidation filter hook) is an internal build script change
not relevant to customers, so removing from changelog per documentation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants