#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 |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.6 |
| Component: | Build/Test Tools | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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
@
2 years ago
- Summary Update default PHP version used in local Docker Environment for < 5.8 → Ensure highest supportd PHP/MySQL versions are used in local Docker Environment for all branches
#17
@
2 years 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
After reviewing, it seems that a few newer versions also do not have the right defaults in the
docker-compose.ymlfiles.Renaming this ticket to so that this can be updated everywhere.