Skip to content
Discussion options

You must be logged in to vote

I'm not 100% sure about this but the git part of php upgrade.php is just doing a git checkout and takes a parameter. You can upgrade on the development branch with php upgrade.php develop so I think you can just get the tag you want with php upgrade.php tags/v6.0.10 or the commit sha you want like php upgrade.php 687a764. In git, this will put you in a headless state which I think is generally not a problem if you aren't making changes to the files.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@muttandy
Comment options

Answer selected by muttandy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants