#60095 closed defect (bug) (fixed)
Update default PHP version used in local Docker Environment for older branches
Reported by: | desrosj | Owned by: | desrosj |
---|---|---|---|
Milestone: | 6.4.3 | Priority: | normal |
Severity: | normal | Version: | 5.8 |
Component: | Build/Test Tools | Keywords: | has-patch |
Focuses: | Cc: |
Description
On October 26, 2023, the version of PHP Docker containers marked latest
changed from PHP 7.4 to 8.2. This worked find for trunk
and the 6.4
branch, however older branches that do not support PHP 8.2 are now running E2E tests on a version that was unsupported at the time.
This is affecting the 5.8-6.2 branches, but will also affect the 6.3 branch once latest
is changed to utilize 8.3
. The higher limit version of PHP should be hard coded into the .env
file for these branches.
Change History (27)
This ticket was mentioned in PR #5780 on WordPress/wordpress-develop by @desrosj.
11 months ago
#1
- Keywords has-patch added
This ticket was mentioned in PR #5781 on WordPress/wordpress-develop by @desrosj.
11 months ago
#2
This ticket was mentioned in PR #5783 on WordPress/wordpress-develop by @desrosj.
11 months ago
#3
This ticket was mentioned in PR #5784 on WordPress/wordpress-develop by @desrosj.
11 months ago
#4
This ticket was mentioned in PR #5785 on WordPress/wordpress-develop by @desrosj.
11 months ago
#5
This ticket was mentioned in PR #5786 on WordPress/wordpress-develop by @desrosj.
11 months ago
#6
This ticket was mentioned in PR #5782 on WordPress/wordpress-develop by @desrosj.
11 months ago
#11
This ticket was mentioned in Slack in #core by jorbin. View the logs.
11 months ago
#23
@
11 months ago
- Resolution set to fixed
- Status changed from assigned to closed
- Version set to 5.8
Going to close this out because the goal of the ticket has been accomplished.
The E2E tests are still failing for the 6.2 branch, though it is likely due to a different reason.
I've gone and updated the Core Handbook to include a checklist item to change the LOCAL_PHP
value from latest
after branching: https://make.wordpress.org/core/handbook/about/release-cycle/releasing-major-versions/#branching-before-release.
Trac ticket: https://core.trac.wordpress.org/ticket/60095