-
Task
-
Resolution: Fixed
-
Should have
-
None
-
4
-
venus
Right now our CI pipelines always pick up the latest WP version. That has caused some breaking changes in websites. Better to hardcode certain minor version and explititly upgrade, so we have the chance to get through the Changelog first.
Tasks
- Hardcode a specific minor WP version (currently 5.4)
- Ideally we should still automatically upgrade patch version (eg. 5.4.1 > 5.4.2)