Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.Install
To start a new Drupal project with version 11.0.0-alpha1@alpha:To update your site and all dependencies to the latest version of Drupal:
To update your site to this specific release:
Using Composer to manage Drupal site dependencies
Downloads
Release notes
This is an alpha release for the next major version of Drupal. This alpha release is intended for module or theme authors to begin testing whether their code is compatible with significant dependency changes in Drupal 11.0.x. Drupal 11 alpha releases should not be used in production. No upgrade path will be provided between Drupal 11 alpha releases or to Drupal 11.0.0-beta1.
Database requirements will be raised before 11.0.0-beta1
The minimum versions of supported databases are set and will be increased before beta1.
- Drupal 11's MySQL database driver will require MySQL 8.0.
- Drupal 11's MariaDB database driver will require MariaDB 10.6.
- Drupal 11's PostgreSQL database driver will require PostgreSQL 16 with the
pg_trgmextension enabled. - Drupal 11's SQLite database driver already requires SQLite 3.45 with the
json1extension.
PHPUnit will be updated from PHPUnit 9 to PHPUnit 10 before 11.0.0-beta1
If your tests pass on PHPUnit 9 without having skipped any deprecation errors, there is a high chance that they will continue to pass on PHPUnit 10. However be prepared to update test coverage for PHPUnit 10 availability once 11.0.0-beta1 is released.
Most other breaking changes have already been committed to Drupal 11.
For more information on 11.0.x development, see [11.x] [meta] Release Drupal 11 in 2024.
The 11.0.x branch also includes all the latest commits that will be backported to 10.3.x and earlier branches. 11.0.x will be nearly identical to 10.3.x except for the following:
- Deprecated code will be removed, including entire deprecated modules.
- Dependencies will be updated to new major versions as appropriate.
- System requirements are updated.
For all other changes, refer to the 10.3.x branch.
Important update information
PHP requirement changed
The database upgrade path from releases prior to 10.3.0 has been removed
Database updates added prior to Drupal 10.3.0 have been removed from Drupal 11.0.x. To update to Drupal 11 sites must update to Drupal 10.3.0 or higher. We recommend updating to the most recent core 10.x release, as well as updating all of your contributed modules to their latest releases, prior to updating to Drupal 11.
Removed core modules
The following modules have been removed from core in 11.0.0-alpha1:
Dependency updates
This alpha release includes the following key PHP and JavaScript dependency updates compared to Drupal 10.3.x:
- Symfony has been updated from Symfony 6.4 to 7.0
- jQuery 4
- Yarn 4 and Corepack are now required for Drupal core development. Review the change record on Yarn 4 for more information and troubleshooting recommendations for corepack.
- Numerous other dependencies have received minor- and patch-level updates to the latest versions.
Removed dependencies
- TBA
More backend and frontend dependency changes may be made prior to beta1.
What's next?
See the alpha release announcement for next steps.