#61329 closed task (blessed) (fixed)
Pin highest supported PHP version in `.env` for 6.5 branch
Reported by: | desrosj | Owned by: | desrosj |
---|---|---|---|
Milestone: | 6.5.4 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | |
Focuses: | Cc: |
Description
When a fresh branch for a new release is created, the value of LOCAL_PHP
in the .env
file should be changed from latest
(or whatever the value in trunk
was at the time) to the highest version of PHP supported by that version.
This prevents test workflows and the local development environment from breaking in the future when the container tagged latest
changes to a newer version of PHP.
It looks like this was missed during the 6.5 branching.
Previously #60095.
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 58253: