Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Beta and RC versions do not seem to be available #46

Closed
5 tasks done
nextgenthemes opened this issue Mar 25, 2023 · 1 comment
Closed
5 tasks done

Beta and RC versions do not seem to be available #46

nextgenthemes opened this issue Mar 25, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@nextgenthemes
Copy link

Terms

Description

What's wrong?

I am trying to install WP 6.2.0-RC4 but its not there.

What have you tried?

composer show -a roots/wordpress           
name     : roots/wordpress
descrip. : WordPress is web software you can use to create a beautiful website or blog.
keywords : blog, cms, wordpress
versions : 6.1.1, 6.1, 6.0.3, .... 3.7.38, dev-main, * dev-nightly

This has dev-main and dev-nightly. Both install 6.3-alpha-55584

What insights have you gained?

because roots/wordpress-no-content is required and it has only dev-main and no dev-nightly but it seems that its pulled from wp nighty, trunk or whatever they call it.

There should be a branch for the latest beta and RC releases IMO. I ran into this issue b4. In a few days 6.2 it ready anyway but I like to try beta versions in the future.

Possible solutions

Something like dev-beta in composer. Or the actual version tags for upcoming WP versions.

Temporary workarounds

wp core update --version=6.2-RC4 --force works but it installs all the themes and the default plugins in the wrong directories. So not some kind of no-content version and it does not play nice with the Bedrock folder structure.

Steps To Reproduce

  1. Set to dev-main in composer
  2. composer update
  3. see latest alpha installed instead of beta/rc

Expected Behavior

beta

Actual Behavior

alpha

Relevant Log Output

No response

Versions

6.1.1

@nextgenthemes nextgenthemes added the bug Something isn't working label Mar 25, 2023
@LeoColomb
Copy link
Collaborator

Duplicate of roots/wordpress-no-content#4

In short:

  • roots/wordpress-no-content does not provide beta/RC version because WordPress.org does not either.
    • There is a ticket on WP track system for them to offer this option.
  • roots/wordpress-full does provide every versions, with the cost of all the additional assets compared to no-content.
    • You can easily switch by removing roots/wordpress and adding both roots/wordpress-core-installer and roots/wordpress-full instead.

@LeoColomb LeoColomb closed this as not planned Won't fix, can't repro, duplicate, stale Mar 25, 2023
@LeoColomb LeoColomb pinned this issue Mar 28, 2024
@LeoColomb LeoColomb changed the title Bug: Beta and RC versions do not seem to be available Beta and RC versions do not seem to be available Jul 23, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants