Version
6.9.0
What did you expect to happen?
There is a 6.9.0 tag in this repo which was created in February, three months after WordPress 6.9 was released and the 6.9 tag was created.
What actually happens?
The 6.9 tag is fine, but:
Steps to reproduce
Attempt to install roots/wordpress-full at version 6.9 or 6.9.0 and you'll get a 404 for the package URL.
Failed to download roots/wordpress-full from dist: The "https://downloads.w.org/release/wordpress-6.9.0.zip" file could not be downloaded (HTTP/2 404 )
Composer will fall back to cloning the git source from WordPress/WordPress which will also result in a failure because there's no 6.9.0 tag on that repo.
Failed to execute git checkout 6.9.0 -- && git reset --hard 6.9.0 --
fatal: invalid reference: 6.9.0
Installing at a semver such as ~6.9.0 works as expected.
There's no 6.8.0 tag or earlier, it's just 6.9.0 that's a problem.
System info
No response
Log output
Please confirm this isn't a support request.
Yes
Version
6.9.0
What did you expect to happen?
There is a
6.9.0tag in this repo which was created in February, three months after WordPress 6.9 was released and the6.9tag was created.What actually happens?
The
6.9tag is fine, but:6.9.0tag points to a package URL that doesn't exist: https://downloads.w.org/release/wordpress-6.9.0.zip6.9.0tag on theWordPress/WordPressrepo that doesn't exist.Steps to reproduce
Attempt to install
roots/wordpress-fullat version6.9or6.9.0and you'll get a 404 for the package URL.Composer will fall back to cloning the git source from
WordPress/WordPresswhich will also result in a failure because there's no6.9.0tag on that repo.Installing at a semver such as
~6.9.0works as expected.There's no
6.8.0tag or earlier, it's just6.9.0that's a problem.System info
No response
Log output
Please confirm this isn't a support request.
Yes