#61533 closed task (blessed) (fixed)
Ensure highest supportd PHP/MySQL versions are used in local Docker Environment for all branches
Reported by: | desrosj | Owned by: | desrosj |
---|---|---|---|
Milestone: | 6.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | |
Focuses: | Cc: |
Description
In #60095, the .env
and docker-compose.yml
files for the 6.2-5.8 branches were updated pin specific versions for LOCAL_PHP
and LOCAL_DB_VERSION
to ensure the local Docker environment continued to work as expected.
The tests never broke for branches < 5.8, but they all need to be updated to ensure the local Docker environment works correctly.
Change History (17)
#1
@
5 months ago
- Summary changed from Update default PHP version used in local Docker Environment for < 5.8 to Ensure highest supportd PHP/MySQL versions are used in local Docker Environment for all branches
#17
@
5 months ago
I've updated the section in the Core Handbook about Branching to be more clear about the values that need changing leading up to a release.
Note: See
TracTickets for help on using
tickets.
After reviewing, it seems that a few newer versions also do not have the right defaults in the
docker-compose.yml
files.Renaming this ticket to so that this can be updated everywhere.