ci: add a vanilla v1.5 to v2 upgrade path workflow - #2712
Open
wychoong wants to merge 4 commits into
Open
Conversation
|
Thanks for the PR! I couldn't find a linked issue or Discussion in the description. For anything beyond a typo or small isolated fix, we ask that the change is accepted before the PR is opened — for bug fixes that means a linked issue, and for features or enhancements a linked Discussion (features are not tracked as issues in this repo). See Non-trivial changes need acceptance first. It exists so you never spend a weekend on an approach we were always going to turn down. If there is one and I missed it, just link it here and ignore me — I'm a bot and this is advisory. |
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a GitHub Actions workflow that runs the documented
lunar:upgradepath against a throwaway Laravel 13 app: installlunarphp/core1.5.0, migrate, switch to this checkout's core + upgrade packages, runphp artisan lunar:upgrade, thenphp artisan migrate.Matrix is PHP 8.5, Laravel 13, sqlite / mysql / postgres / mariadb. Core only — no admin panel or storefront.
fail-fastis off so one driver does not stop the rest.This is the missing coverage for the upgrade command itself. The existing
upgradePest suite runs on SQLite:memory:against already-v2 fixtures; it does not install v1.5 and follow the published upgrade steps.Made with Cursor