WordPress 7.0 RC3 dropped on Friday, and WP 7.0 is scheduled for release on May 20th.
Bedrock ships with roots/wordpress by default, which bundles the roots/wordpress-core-installer and roots/wordpress-no-content packages. You can test any Bedrock install with betas/RCs by swapping the no-content package with wordpress-full:
composer remove -W roots/wordpresscomposer require roots/wordpress-core-installer- Adding
roots/wordpress-core-installeris required when usingwordpress-fullbecause thewordpress-fullpackage doesn’t include it.
- Adding
composer require roots/wordpress-full:7.0-RC3
More info on our different WordPress core packages available: WordPress Core via Composer — WP Packages
wordpress-full is generated similar to the wordpress-no-content package: releases are polled and updated every 10 minutes, so betas/RCs can be tested shortly after they’re released.